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
I had an issue which prevented the server extension to load. So the response to the home path was 404, which made the extension do a GET request to /api/contents (note the missing trailing slash). Our contents manager crashed with a very strange error (the asyncify was failing).
This is a corner case, but can you check if this can be prevented?
The text was updated successfully, but these errors were encountered:
Hi, can you provide more details on how to reproduce the bug, e.g. the URL? Does this issue occur constantly?
I tried to reproduce the error with empty and populated /home, with and without the slash, but without success. Btw, the get method in the contents manager is not asyncified
I had an issue which prevented the server extension to load. So the response to the home path was 404, which made the extension do a GET request to
/api/contents
(note the missing trailing slash). Our contents manager crashed with a very strange error (the asyncify was failing).This is a corner case, but can you check if this can be prevented?
The text was updated successfully, but these errors were encountered: