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
On endpoints where POST is needed for adding data, since we are capturing BaseException, we get a false positive even when the data is not added as a backend response.
Expected Behavior & Possible Solution
This has been fixed in e44b742 and needs to be replicated to add DB model files which are added into database.
Context & Environment
Screenshots
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.98. Please mark this comment with 👍 or 👎 to give our bot feedback!
Detailed Description
On endpoints where POST is needed for adding data, since we are capturing BaseException, we get a false positive even when the data is not added as a backend response.
Expected Behavior & Possible Solution
This has been fixed in e44b742 and needs to be replicated to add DB model files which are added into database.
Context & Environment
Screenshots
The text was updated successfully, but these errors were encountered: