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 Mar 28, 2022. It is now read-only.
Current behavior
Currently when we try to fetch information from a layer that isn't specified in the configuration we have an error 500.
One of the locations where the error is triggered is here:
https://github.com/DGEXSolutions/chartos/blob/67ceb8b1fa196470661fe660a6f6eef4685f2c1d/chartos/views.py#L52
Expected behavior
We should return a 404 with a readable error message.
The text was updated successfully, but these errors were encountered: