CORS error
I am really struggling to deploy this anywhere, but locally.
I am using the
I am using the
bash <(curl -sL https://git.new/20)
script and have tried on a few options inclusing Digital Ocean but I am getting a cors error. Any thoughts please?3 Replies
Hi @NickWild, your frontend is trying to reach your server on localhost:3000. it should try to reach it on a DNS or on a public IP. Please check your SERVER_URL env variable π
Great thanks @charles I found a fix earlier on https://github.com/twentyhq/twenty/issues/5184 although I have got an error
QueryFailedError
when signing in. I am trying to debug now@NickWild is the issue fixed? It seems to be from the issue π