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
There was two different errors during the unknown request error treatment.
First, the stringify function was not define in the LocalController scope. It get solve by extract this function to it own file and import it in the local.js.
Second, the backend was capturing the error in the `request` event and calling `writeBackendError` with the error object instead of the message.
0 commit comments