Hi steven, it seems that CORS error generate from ideas and user.jsx file. Also error code 401s
This is the permissions that I setup right now for my collections
@Drake this is the thread
Also how do you change the hostname of your web platform in your console ?
Ok so I have changed the hostname to my ip, but theres still some bugs
Please share the request headers
What?
These are the errors
As I said, please share the request headers of the list documents API call
Do you mean these ?
No
If not these can you let me know how to access the request headers ?
Are these the req headers ?
what did you add for the web platform?
I'm really sorry but I don't understand your question
In the appwrite console. You said you added a web platform, didn't you?
No, I just changed the name of the hostname and made it my IP address
127.0.0.1
you should be using localhost. if you're using 127.0.0.1, you need to register that in the appwrite console for your project
If I use localhost as my host name I get these errors
And when I use my IP address as my hostname the errors are similar to the picture
This is get account. Please show the request for list documents
As I mention before, the get account is probably failing because you're not logged in
its these account requests from user.jsx file indicating an issue with account.get() method
Recommended threads
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...