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
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Dev Keys not working
looks like dev key are broken they simply don't work i suggest remove them until you have them working otherwise they confuse devs took me few minutes trying ...