Cloud function in browser improvements

Hello. I use Cloud function redactor on browser. Sometimes happens that because of my long work in a browser the site asks me to log in again after button “Save File” was pressed. But the problem is that id doesnt save changes made in redactor. Please, do something with it. For example, notifications before user pressed button “Save File” like “Your session is time out, you shuuld to log in again. Your changes will not be saved”.

I had to rewrite the code several times because of this

Thanks

Yes this can get annoying. This is something we will improve in the future. In the meantime I recommend setting up the Moralis Admin CLI so you can modify the Cloud Code directly from your dev environment (like Visual Studio Code). This is a better way of interacting with Cloud Code and also allows you to add it to version control in your git repository.

https://docs.moralis.io/tools/moralis-admin-cli

1 Like