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
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Wed Sep 06 09:04:21 GMT 2023
There was an unexpected error (type=Internal Server Error, status=500).
Expected behavior
Propper 4xx message as JSON like in the /user endpoint
* feat: start to build out a new integration test framework
* feat: start to build out a new integration test framework
* allow disabling rate limits + add tests for pages
* moar (also fixes#1268)
* disable tests for now
Observed/problematic behavior
Plain HTML default error site:
Expected behavior
Propper 4xx message as JSON like in the /user endpoint
Steps to reproduce
Send a request to the /projects endpoint with a invalid project e.g. with a space in the name like https://hangar.papermc.io/api/v1/projects/ViaVersion%20/versions or https://hangar.papermc.io/api/v1/projects/viaversion%20/members?limit=1&offset=0
On https://hangar.papermc.io/api/v1/projects/viaversion%20/ a 404 is returned but as also as a Whitelabel Error Page instead of a JSON message
Other
No response
The text was updated successfully, but these errors were encountered: