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
Problem: The current backend logic is such that if a client requests an inputmask that cannot be found in the db, the backend will wait and until it can be found. In the meantime the request never returns.
Proposed solution: Try to access the requested inputmask just once, and if not found return a 404 not found error, and leave it up to the client to retry.
The text was updated successfully, but these errors were encountered:
Problem: The current backend logic is such that if a client requests an inputmask that cannot be found in the db, the backend will wait and until it can be found. In the meantime the request never returns.
Proposed solution: Try to access the requested inputmask just once, and if not found return a 404 not found error, and leave it up to the client to retry.
The text was updated successfully, but these errors were encountered: