You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you see content in the editor, open DevTools and clear ALL application data (Service Worker registration, IndexedDB, Cache, etc.)
Refresh the page.
You should see something like this:
The editor itself is not really visible but the preview works fine. This is not an issue for src builds or if you load dist as long as it isn't gzipped. This is an issue only when we gzip the content using npm run production locally. Not an issue on staging.
The text was updated successfully, but these errors were encountered:
Hmm npm run production doesn't work at all anymore :P
I think we landed the "localize before we run start" patch after the patch that fixed npm run production and it regressed. The fix sound be to call npm run server vs npm start in the production script.
STR:
npm run production
localhost:8000/dist/hosted.html
in a tab.You should see something like this:
The editor itself is not really visible but the preview works fine. This is not an issue for src builds or if you load dist as long as it isn't gzipped. This is an issue only when we gzip the content using npm run production locally. Not an issue on staging.
The text was updated successfully, but these errors were encountered: