- Notifications
You must be signed in to change notification settings - Fork92
Fixed issue with local environment caching routes#842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
snake14 commentedOct 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I tagged Core Team for review, but I just realised that maybe I should have tagged Websites Team instead.@textagroup Do you know whether there's a specific reason the |
snake14 commentedOct 13, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Any idea about my question above@Frankie75321 ? |
Since@tsteur came across the same and arrived at the same solution, I think this tweak is the correct solution. If there's no objection from@textagroup or@Frankie75321 or@sgiehl, I think we can merge this. On the face of it, it makes sense without the negation. |
No objection from me. I came across the same thing. |
Thank you for everyone's feedback. Even with the PR being approved, I don't appear to have permission to merge.@Frankie75321 or someone else with merge permissions for this repo, could you please merge this PR? |
4e5ebae intoliveUh oh!
There was an error while loading.Please reload this page.
Description:
While developing some new routes, I noticed that despite having
CACHING_ENABLEDset to false in my local config, I had to manually clear the route cache file each time I made a route path change. The line I changed appears to be doing the opposite of what you would expect and only caching routes when caching is disabled.Review