Hey guys I was getting this error while authentication : "Failed to construct 'URL': Invalid URL"
https://discord.com/channels/564160730845151244/1115965412958548018/1115965412958548018
Maybe this thread can help
where to put this thread?
What's your code?
Here's my code
It would help if you pointed to the specific part of code
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- 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...