Related: https://osmus.slack.com/archives/C1QN12RS7/p1739266138581449?thread_ts=1739253195.529849&cid=C1QN12RS7
Use Case
When I create a challenge based on an external GeoJSON, something might go wrong.
The admin/user should see the error message of what went wrong so he can fix it.
For example…
- the api might respond too slow, so a timeout triggers and nothing is done
- the api might respond with > 50k items, so MR stops due to this limit(?)
- the api response might be malformed
Related: https://osmus.slack.com/archives/C1QN12RS7/p1739266138581449?thread_ts=1739253195.529849&cid=C1QN12RS7
Use Case
When I create a challenge based on an external GeoJSON, something might go wrong.
The admin/user should see the error message of what went wrong so he can fix it.
For example…