I have just upgraded a site from 2.7 to latest v3.
I have run into a weird issue where a page template setting for slashUrls changes from No to Yes immediately after an ajax call, causing the second ajax call on the page to use the wrong setting.
There is no reference to the $template->slashUrls() in any of my code.
This happens every time I load the page, it's 100% consistent.
I have this running on a second machine under v2.7 and no such weirdness.
I'm lost as to why this is happening, what would cause a PW setting change for slashUrls? Anyone have any ideas?