Parcels loading CORS error #185

Closed
opened 2022-08-02 09:12:26 +02:00 by mpeltriaux · 2 comments
Owner

Status quo

On staging detected: Parcels can not be loaded on a public report due to CORS errors.

Fix

Fix this!

# Status quo On staging detected: Parcels can not be loaded on a public report due to CORS errors. # Fix Fix this!
mpeltriaux added the
bug
label 2022-08-02 09:12:26 +02:00
mpeltriaux self-assigned this 2022-08-02 09:12:26 +02:00
Author
Owner

CORS is not the error's origin but the login_required constraint, which is used on the routes for deferred parcel fetching. Can easily be fixed by dropping this constraint on here, since it is not really needed.

CORS is not the error's origin but the `login_required` constraint, which is used on the routes for deferred parcel fetching. Can easily be fixed by dropping this constraint on here, since it is not really needed.
Author
Owner

Merged in #186

# Merged in #186
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: IT-Naturschutz/konova#185
No description provided.