Environment
- Python version:
- MrMap version:
Steps to Reproduce
- open http://localhost:5173/#/HarvestingJob/create and create an harvesting job for a service which has already an existing harvesting job
- Backend will response with 400
- No Error is displayed in the html form
Expected Behavior
API Errors like:
{
"errors": [
{
"detail": "There is an existing harvesting job for this service.",
"status": "400",
"source": {
"pointer": "/data"
},
"code": "unique"
}
]
}
are displayed in the html form.
Observed Behavior
Error messages with global jsonpointer are not displayed