Not sure too why you're obfuscating or similar your projectID (It's public)
Its not null
Could you try to put the project ID directly in the field (like a string)?
the error would have stated it, but just to be sure, have you added a WEB platform to your project?
Just noticed that's the problem. @Subramanya11 You should add web platform
I've thought the second screenshot was adding a domain in the web platform the web platform. It seems like it's adding localhost as a custom domain instead π
Just realized that the localhost is being added to the platform.
I checked on my end π
yep
Yeah that was dumb question on my part π I'm trying to think what could be going wrong.
ok np
What's the appwrite version you're using?
Cloud?
Yes cloud version
Appwrite version 11.0.0
In URL in your browser, do you have 127.0.0.1 or localhost? With 127.0.0.1 it wont work
localhost 3000
Is this the appwrite sdk version?
Can you use v10.1.0 instead and try?
Yep I did npm install appwrite
Sure
Let me know if ti works
I created a new project in appwrite cloud and followed the same steps again. Everything is working perfectly
Weird, probably any ID was not correct, or there was a bug
[SOLVED] CORS Error when accessing the documents in a collection
Recommended threads
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...