Parcels loading CORS error #185
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
On staging detected: Parcels can not be loaded on a public report due to CORS errors.
Fix
Fix this!
CORS is not the error's origin but the
login_requiredconstraint, 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.Merged in #186