Parcels loading CORS error #185

Closed
opened 2 years ago 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 2 years ago
mpeltriaux self-assigned this 2 years ago
Poster
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.
mpeltriaux referenced this issue from a commit 2 years ago
Poster
Owner

Merged in #186

# Merged in #186
mpeltriaux closed this issue 2 years ago
Sign in to join this conversation.
Loading…
There is no content yet.