TypeError: Failed to construct 'URL': Invalid URL at Gk.<anonymous> (index-DUmuG3IN.js:40:74171) at Generator.next (<anonymous>) at index-DUmuG3IN.js:40:58080 at new Promise (<anonymous>) at se (index-DUmuG3IN.js:40:57880) at Gk.createEmailPasswordSession (index-DUmuG3IN.js:40:73898) at Yk.login (index-DUmuG3IN.js:40:91085) at c (index-DUmuG3IN.js:225:14810) at onSubmit (index-DUmuG3IN.js:225:15409) at Object.e2 (index-DUmuG3IN.js:37:9855)
I am facing this above error while submitting the login form, my application is hosted on vercel
@Avin Any code snippet?
sure, a sec
the code snippet is very big
in localhost it was logging in and storing data in database
after deploying it on vercel, this is ocurring
Maybe you can share the code snippet exactly where the error is happening. As per I can see it happens where you are calling createEmailPasswordSession
maybe?
but it was proper in localhost right
Recommended threads
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...