Hi. Can anyone help me resolve this. I was not facing CORS error 15 minutes ago but now for some reason I am getting it and not able to resolve it.
should your localhost have a port associated with it?
port 3000
your env does not reflect that?
It tried to call localhost/v1, would that cause an issue?
.env is copied from .env.example
I tried putting port in .env but then on restarting I am getting 404 for account and prefs api
Any way to resolve this?? I am not able to work on the issue I am assigned to 😅
What port is the appwrite api running on?
Recommended threads
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...