
Help me with this error #🚑│support

I think that means your endpoint is not constructed properly.


that's not the right endpoint. it should be https://cloud.appwrite.io/v1

You can see the endpoint in your project settings

maybe we should a check in the Client object for common things like if /v1
exists, if the domain is appwrite.io then check if cloud
is added as an endpoint. Maybe keep the default endpoint as cloud.appwrite.io
? 👀
Recommended threads
- SSR Image Previews
I am using the SSR guide (with SvelteKit) to use Appwrite on both the server and the client. I do this by also passing the cookie back to the client and creatin...
- Multiple Set-Cookie headers collapsed on...
I’m deploying a Next.js 15 app to Appwrite → Deploy → Sites. In app/api/auth/login/route.ts I try to set 3 cookies. Variant A (manual headers): const headers ...
- can't send emails
i explored the docs and it says Messaging.CreateEmail() but this function does not exist , i installed appwrite on next js env everything works fine except thi...
