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
- Redis with user/pass doesn't work NO_AUT...
When trying to externalize my redis to a valkey server, i saw the user/pass doesn't work. After looking the appwrite code, i saw some of the init does not pass...
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...