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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Describe the bug
When requesting not existing database table, API returns INTERNAL SERVER ERROR if used with postgis database and empty array for mongoDb
it should return NOT FOUND
To Reproduce
Steps to reproduce the behavior:
Run application
Send REST request to '/api/geodata/name_of_not_existing_table'
See error
Expected behavior
API should return error NOT FOUND
The text was updated successfully, but these errors were encountered:
Describe the bug
When requesting not existing database table, API returns INTERNAL SERVER ERROR if used with postgis database and empty array for mongoDb
it should return NOT FOUND
To Reproduce
Steps to reproduce the behavior:
Expected behavior
API should return error NOT FOUND
The text was updated successfully, but these errors were encountered: