Some of our test instances are enrolled in the Developer Canary Program, where we’re encountering problems with the Dark mode theme. However, these issues aren’t present in our non-Canary cloud instances, where toggling between Dark and Normal modes for the App is functioning correctly. Has anyone else noticed similar issues?
I have created a ecosystem ticket - ECOHELP-30036
1 Like
The ticket has been updated with the below comment identified as the root cause.
Before our change, the CSS was being loaded as JavaScript, but after the change it is being loaded as a CSS file. This broke the CORS policy (which is what I saw above) and caused the error. We’ve turned off the Feature Flag causing this issue and the engineering team will go back to the drawing board to fix this.
1 Like