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
While I see the request to /load fire in the Network tab of Chrome's dev tools, I don't see any requests to /store, no matter how many changes I make in the editor. Is there a configuration option I'm missing, or something simple like that? I'm using Grapes inside React, using create-react-app; could that cause an issue?
Thanks for the report @DylanSp actually there is an issue with the listener. If the first load call fails (and I guess your /load endpoint is fake just like mine) it never starts tracking the editor changes so autosave doesn't work. It will be fixed in the next release
OS: Windows 10
Browser: Chrome 73
GrapesJS version:
0.14.57
I have remote storage configured using this call to
grapesjs.init()
:While I see the request to
/load
fire in the Network tab of Chrome's dev tools, I don't see any requests to/store
, no matter how many changes I make in the editor. Is there a configuration option I'm missing, or something simple like that? I'm using Grapes inside React, using create-react-app; could that cause an issue?I can replicate this on CodeSandbox.
The text was updated successfully, but these errors were encountered: