I'm getting error Invalid `url` param: Invalid URI. Register your new client (vercel.com)
- 0
- Auth
- Web
- Cloud
2025-10-26T12:52:02.292Z [error] AppwriteException: Invalid `url` param: Invalid URI. Register your new client (vercel.com) as a new Web platform on your project console dashboard
at a.call (.next/server/chunks/ssr/_00c81db3._.js:42:7940)
at async g (.next/server/chunks/ssr/[root-of-the-server]__40ca9a83._.js:1:1019) {
code: 400,
type: 'general_argument_invalid',
response: '{"message":"Invalid `url` param: Invalid URI. Register your new client (vercel.com) as a new Web platform on your project console dashboard","code":400,"type":"general_argument_invalid","version":"1.8.0"}',
digest: '4174925615'
}
It's working fine on localhost. I've added Hostname URL in Integrations>Platfrorms but still I'm seeing error. I don't have access to docker container as it's officially deployed instance.
Are you getting this when setting up an appwrite client? Can you show me the code throwing this error.
Recommended threads
- Added Custom Domain - API requests with ...
I've added in a custom domain to Appwrite my domain itself is on cloudflare but has Appwrite name servers added and confirmed they work, I added the CAA in clou...
- Custom Email Templates Not Updating for ...
I have 4 custom email templates on my self-hosted Appwrite instance: - email verification - reset password - security alert - 2FA verification. email verifica...
- Table contents missing (attributes+rows)
Here is an image of the cloud and the attributes that should exist Some of the table do have the data but others dont. I am able to access the rows via api c...