I'm on SS 3.0.5,
As soon as I set env type to live in the _config my admin tabs are not working, all tabs are being loaded on the same page. Please see screenshot
No JS errors in console.
Cheers
Rob Clarkson
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
I'm on SS 3.0.5,
As soon as I set env type to live in the _config my admin tabs are not working, all tabs are being loaded on the same page. Please see screenshot
No JS errors in console.
Cheers
Rob Clarkson
Sounds like a combined JS issue. Have you tried removing assets/_combinedfiles and seeing what happens when the site re-creates the combined files?
I had this same problem on upgrading to 3.0.6, removing assets/_combinedfiles did the trick, thanks.