
AppwriteException: Invalid url
param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, *.appwrite.io, repox-pink.vercel.app
at e.call (/var/task/.next/server/chunks/874.js:53:12477)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async q.createRecovery (/var/task/.next/server/chunks/874.js:53:18699)
at async /var/task/.next/server/app/api/[[...route]]/route.js:1:86340
at async n (/var/task/.next/server/app/api/[[...route]]/route.js:1:11138)
at async /var/task/.next/server/app/api/[[...route]]/route.js:1:25872
at async n (/var/task/.next/server/app/api/[[...route]]/route.js:1:11138)
at async /var/task/.next/server/app/api/[[...route]]/route.js:1:14135
at async /var/task/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:36957
at async eC.execute (/var/task/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:27552) {
code: 400,
type: 'general_argument_invalid',
response: {
message: 'Invalid url
param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, *.appwrite.io,
code: 400,
type: 'general_argument_invalid',
version: '1.6.2'
}
}
I have a hosted Next.js app and need to implement a "Forgot Password" feature using createRecovery
. It works perfectly on localhost, but on my hosted domain (https://www.vaiu.in), it's not functioning, and I'm not receiving any emails.
Can anyone explain why this is happening and how to fix it?

Sure, you need to add that new domain vaiu.in
as a platform in Appwrites console.

Recommended threads
- 401 Authentication error when all my cre...
So I'm working through the ideas tutorial and just to be sure I have copied and pasted all the code over and fixed all errors. Now I'm getting a 401 error I've...
- Unhandled Runtime ErrorError: email@mail...
I'm encountering this issue when I try to login <#1072905050399191082> <#564161373148414012>
- How we can scale on the redis side ?
On my instance, i have really tons of request made each second (see pictures, the blue is because my boss want enterprise color everywhere...) My problem is th...
