specify / specify7

Specify 7
https://www.specifysoftware.org/products/specify-7/
GNU General Public License v2.0
66 stars 36 forks source link

CORS issue when fetching leaflet layers #3676

Open maxpatiiuk opened 1 year ago

maxpatiiuk commented 1 year ago

I noticed the following error on some production instances:

Screenshot 2023-02-08 at 10 41 17

This is likely because our dreamhost server does not send proper CORS headers.

Fortunately, each specify instance is bundled with hardcoded leaflet layers, which are used as a fallback if network request fails, thus this is not a big issue.

Still, something to fix when we migrate to AWS

grantfitzsimmons commented 1 year ago

@acwhite211 This is something we need to make sure is fixed when we migrate to AWS