datagrove / marketplace

2 stars 5 forks source link

TinyMCE not loading #180

Closed r-southworth closed 11 months ago

r-southworth commented 11 months ago

Describe the bug TinyMCE does not load on Create Post page

To Reproduce Steps to reproduce the behavior:

  1. Go to create post
  2. There is no where to type post content.

Console Messages: Failed to load resource: the server responded with a status of 404 () CreateNewPost.2d2172d1.js:1 Failed to load theme: silver from url themes/silver/theme.js Ww @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1 /plugins/quickbars/plugin.js:1 Failed to load resource: the server responded with a status of 404 () CreateNewPost.2d2172d1.js:1 Failed to load plugin: quickbars from url plugins/quickbars/plugin.js Ww @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1 /icons/default/icons.js:1 Failed to load resource: the server responded with a status of 404 () CreateNewPost.2d2172d1.js:1 Failed to load icons: default from url https://743209bf.marketplace-4xm.pages.dev/en/posts//icons/default/icons.js Ww @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1 /models/dom/model.js:1 Failed to load resource: the server responded with a status of 404 () CreateNewPost.2d2172d1.js:1 Failed to load model: dom from url models/dom/model.js Ww @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1 /plugins/lists/plugin.js:1 Failed to load resource: the server responded with a status of 404 () CreateNewPost.2d2172d1.js:1 Failed to load plugin: lists from url plugins/lists/plugin.js Ww @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1 (anonymous) @ CreateNewPost.2d2172d1.js:1

Expected behavior There should be a tiny editor to add post content

Screenshots

Screenshot 2023-10-17 at 11 08 34 AM

Desktop (please complete the following information):

Proposed Solution Review changes to Astro loading and see if that caused the loading issue

r-southworth commented 11 months ago

Addressed/Resolved