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
Describe the bug
When an Http404 error is raised by the backend when saving a resource when webpack is in production mode, the error message is not interpreted/displayed properly by the frontend
Encountered in #5253 (review)
This other Issue mentioned in #5253 (review) has been fixed as well! Now, a proper 404 error is raised whenever the resource can not be fetched (does not exist/ deleted)
Tested this with treatment event but it does not have the same error message as in the video.
Go to Accession
Create a Treatment Event
Go to that Treatment Event's record
Delete the Treatment Event from the db
Go back to base record and try to save
See that error is different than the comment's error
When reporting an issue on the production branch or any development version of Specify, please try to recreate the issue on the latest tagged release (v7) and indicate if it does not occur there, indicating a regression.
If the bug resulted in an error message, please click on "Download Error Message" and attach it here. If there is no error, please follow these instructions to download your System Information.
Please fill out the following information manually:
Describe the bug
When an Http404 error is raised by the backend when saving a resource when webpack is in production mode, the error message is not interpreted/displayed properly by the frontend
Encountered in #5253 (review)
To Reproduce
Steps to reproduce the behavior:
From #5253 (review)
When reporting an issue on the
production
branch or any development version of Specify, please try to recreate the issue on the latest tagged release (v7
) and indicate if it does not occur there, indicating a regression.Expected behavior
Crash Report
Specify 7 Crash Report - 2024-11-06T19_18_57.169Z.txt
If the bug resulted in an error message, please click on "Download Error Message" and attach it here. If there is no error, please follow these instructions to download your System Information.
Please fill out the following information manually:
production
(since 144c282)Additional context
This bug only occurs when webpack is in production mode.
In development mode, the proper message is displayed
The text was updated successfully, but these errors were encountered: