#[SOLVED] Reason: CORS header ‘Access-Control-Allow-Origin’ does not match

18 messages · Page 1 of 1 (latest)

karmic sleet
#

As the title says, I've deployed my page to https://dailymatchup.com and changed the WebSDK URL in my Appwrite instance, but it's still telling me

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://appwrite.mydomain.com/v1/account/sessions/email. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘https://localhost’).

why this do this

karmic sleet
#

I added dailymatchup.com, tried *.dailymatchup.com and dailymatchup.com* too, and it just says the CORS is localhost?

#

this is on 1.3.8

mystic mulch
mystic mulch
karmic sleet
#

it's the one installed by yarn install appwrite but

#

upgraded that

mystic mulch
mystic mulch
karmic sleet
karmic sleet
#

one sec

karmic sleet
#

Okay so my build script was runnin and my deploy script was running at the same time, therefore deploying my previous build, thank you for your help Steven!