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
- [SDK] [Postman] Can't post to Users usin...
when trying to post to users I'm getting missing scopes and at the same time I'm getting an authorised scope How do I generate an API and get around this issue
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...