
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
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
