
Hi,
I'm trying to deploy my project. I've added the new hostname with a *. prefix (before with www. but it didn't work as well) as a new platform. But I get the following error, creating a magic link:
AppwriteException: Invalid url
param: URL host must be one of: localhost, appwrite.srv.myserver.com, appwrite.io, *.appwrite.io, *.mydomain.com
at w.<anonymous> (/var/task/.next/server/app/(unprotected)/login/page.js:6:19951)
at Generator.next (<anonymous>)
at o (/var/task/.next/server/app/(unprotected)/login/page.js:6:13166)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 400,
type: 'general_argument_invalid',
response: {
message: 'Invalid url
param: URL host must be one of: localhost, appwrite.srv.myserver.com, appwrite.io, *.appwrite.io, *.mydomain.com',
code: 400,
type: 'general_argument_invalid',
version: '1.5.7'
},
digest: '946394102'
}
Vercel shows me that the hostname is www.mydomain.com
My NEXT_PUBLIC_URL is defined as https://www.mydomain.com
I'm a bit confused as the hostname and the config looks fine?
Recommended threads
- Request failed while trying to migrate
I want to migrate a self hosted appwrite instance to another one. When i enter the source data in the new appwrite instance and click next and wait a minute, i ...
- Appwrite API and Console keep failing
i have an appwrite docker container.... Somehow today it suddenly startet to keep failing every half an hour to two hours. The server is reachable via ping but ...
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
