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
the same as described over in Wysiwyg is not displayed in production keystone#3376. Essentially I receive different behavior wrt the WYSIWYG editor in both local and production. In local it displays, in production it does not. I have tested by connecting both to the same mongo database. The only differentiating factor is the editor display.
To Reproduce
Best guess -
1: Create application w/ wysiwyg editor
2: Deploy application to digitalocean or similar
3: ???
4: Observe that wysiwyg editor does not display on production but does display on local.
Expected behaviour
The same behavior between both prod and local. The WYSIWYG editor should both display and function.
Screenshots
System information
Browser: Firefox
OS linux Ubuntu 20.04 (both environments)
Additional context
I currently have the following error over in prod:
The script from “https://{website-name}/tinymce-assets/themes/silver/theme.js” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type.
Upon checking the firefox debugger in both local and prod it appears that under the site name in local the folder tinymce-assets exists, while it does not in production. This project has been in production for (several) months now untouched and only recently did the WYSIWYG editor stop showing, and all of the other fields are displaying fine. On top of that the data is fine and has appeared untouched.
So has there been a fix for this? Does it require updating the tinymce keystone package? Or is there some build setting that has been unaccounted for?
Bug report
Describe the bug
To Reproduce
Best guess -
1: Create application w/ wysiwyg editor
2: Deploy application to digitalocean or similar
3: ???
4: Observe that wysiwyg editor does not display on production but does display on local.
Expected behaviour
The same behavior between both prod and local. The WYSIWYG editor should both display and function.
Screenshots
System information
Additional context
I currently have the following error over in prod:
The script from “https://{website-name}/tinymce-assets/themes/silver/theme.js” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type.
Upon checking the firefox debugger in both local and prod it appears that under the site name in local the folder
tinymce-assets
exists, while it does not in production. This project has been in production for (several) months now untouched and only recently did the WYSIWYG editor stop showing, and all of the other fields are displaying fine. On top of that the data is fine and has appeared untouched.So has there been a fix for this? Does it require updating the tinymce keystone package? Or is there some build setting that has been unaccounted for?
Current node dependencies:
The text was updated successfully, but these errors were encountered: