Nope, it's the correct one.
I checked everything. This is really weird.
Would you please switch to the network tab and share the request and response headers for the API call?
Please also share the url of this page
Please also share a screenshot of what you added for the web platform
And....why did you redact the local url?
All request headers please
What's the URL of this page?
URL it's my localhost with a port
The project is undefined
I hardcoded it, and now I get 401 Unathorized
That would be expected if you haven't logged in yet
ok - let me try to sign up
Yes, this is expected
Thanks so much Steven.
Something is messed up with my local variables and importing it in my file. I was readu to sign up and see it on the back-end.
You're the man.
Sometimes you need to restart your dev server for the vars to take affect. Other times, you need to make sure to have some sort of prefix to pass the variable to the app
[SOLVED] CORS issue with my ReactJS Application
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...