Back
I'm getting error Invalid `url` param: Invalid URI. Register your new client (vercel.com) as a new W
- 0
- Auth
- Web
- Cloud
TypeScript
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.
TL;DR
Error message 'Invalid `url` param: Invalid URI' is showing up. Make sure to register 'vercel.com' as a new Web platform on your project console dashboard to resolve the issue. Deployment seems to be the cause as it's working fine on localhost. Unfortunately, access to the Docker container is restricted.
Solution: Register 'vercel.com' as a new Web platform on your project console dashboard.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 ...