Back
I'm getting error Invalid `url` param: Invalid URI. Register your new client (vercel.com)
- 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 occurring when setting up an Appwrite client. The issue is related to the URL configuration. The developer should register the new client (vercel.com) as a new Web platform on the project console dashboard. The error persists even after adding the Hostname URL in Integrations>Platforms. Unfortunately, without access to the docker container in the officially deployed instance, troubleshooting options are limited.Are you getting this when setting up an appwrite client? Can you show me the code throwing this error.
Recommended threads
- Query.contains not supported on Cloud?
I try to filter a row which contain a string inside a string array column, however I get the following error: ``` {"name":"AppwriteException","code":400,"type"...
- deployment for Tanstack start is not run...
You can see the image, "Build archive was not created", even though build ran fine
- Unknown usage from one of my database
I need support help. For more than 2 weeks, i didn't make any requests to my database, but I have noticed huge amount of reads and writes requests: Around 8000...