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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...