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
Serverside errors encountered in Falcor should be communicated better to the front-end. The front-end should be able to for example know what went wrong if relevant and maybe tell the user it was their mistake, or whether it's a bug
Current Behavior
Right now for example if the cache is corrupted so the front-end can't validate if an issue already exists correctly, it'll (even if strengthening our promise "catches" which they currently aren't) simply say it was a 500 error when it was a user error.
Possible Solution
Steps to Reproduce (for bugs)
Throw an error in Falcor
See ambiguous 500 error be transmitted, not the actual error
The text was updated successfully, but these errors were encountered:
Expected Behavior
Serverside errors encountered in Falcor should be communicated better to the front-end. The front-end should be able to for example know what went wrong if relevant and maybe tell the user it was their mistake, or whether it's a bug
Current Behavior
Right now for example if the cache is corrupted so the front-end can't validate if an issue already exists correctly, it'll (even if strengthening our promise "catches" which they currently aren't) simply say it was a 500 error when it was a user error.
Possible Solution
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: