
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
- 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...
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
