Hi. I was testing various variable naming within the homepage of my site
Using this from the documentation
url*: Link dialog with autocomplete for pages
I used this exact name "url" without any other name appended to the variable
So on the home page I entered the url of a page into this field and the home page is now permanently redirected to to that url. I removed all of those variables from the home page template. saved, purged cache, restarted the local server.
I can see the "data and settings" part of the home page but clicking on "in page edit", clicking on home in the nav or anything else that should open the home page gets redirected.
I've also tried adding the @{ url }
variable back into the home template but it doesn't show up... but adding any other variable does show up.
I think I've done something forbidden.. Thanks for any help offered