I don’t know why I’m getting this error even though i have configured it correctly. Below is the relevant part of code .
Please log your appwriteConfig. There's something wrong with the values
Do you see your problem?
Nooo 😅 ! Can you please point out🫠
You included single quotes and semi colon but it's not needed.
Also...where is the tutorial you're following from?
I’m following Javascript mastery from youtube
Thanks man ! It was silly mistake I made 🫠
No worries. You're not the first 😜
Haha😅
[SOLVED] Facing issues in authentication
Recommended threads
- 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...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...