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
This will require to create HTTPError class, and implement this in all the plugins, because right now they don't know anything about status code and error message.
The text was updated successfully, but these errors were encountered:
dziraf
transferred this issue from SoftwareBrothers/adminjs
Dec 28, 2021
Describe the bug
In typeorm adapter (maybe its related) there is a 500 error right now when trying to access missing record:
http://localhost:3000/admin/resources/Photo/records/5/show?recordIds=5
shows:
Installed libraries and their versions
Additional info
This will require to create HTTPError class, and implement this in all the plugins, because right now they don't know anything about status code and error message.
The text was updated successfully, but these errors were encountered: