Replies: 1 comment
-
I think it depends on how you update the ps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @artf !
Since the v0.19.4, I'm unable to dynamically change the endpoints of my remote storage.
Previously, I did it as follow:
this.editor.StorageManager.get('remote').set({ urlStore: urlStore, urlLoad: urlLoad })
But this code won't work anymore, so Could you tell me how I can reproduce the same ?
I tried the following, but it's not working as expected. I think the endpoints are well replaced 'cause when I make an update, it POST on the right route. But when I try to load the content when my endpoints change,
loadedProjectData
allways gives me an empty object...Thx for your time !
Beta Was this translation helpful? Give feedback.
All reactions