I need help in initializing a remoteStorage on grapesjs #5831
-
Hi! I get an error message when I am trying to use a route to loading the editor with a local json file: My problem is that i cannot even see the route being called in Network tab, but when I am using Postman, it returns the json correctly. Moreover, if I use fetch, the route is also being triggered. What am I doing wrong?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
See the error |
Beta Was this translation helpful? Give feedback.
-
it looks like it's not getting initialized because if I set urlLoad in grapes.min.js file, then the get call works as expected: |
Beta Was this translation helpful? Give feedback.
I didn't notice your wrong configuration, please check always the latest documentation.