Fixed issue with local environment caching routes#842
Conversation
|
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 |
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? |
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