-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to parse value of "$email=undefined". Please quote string values #35
Comments
Hi @Jaydeep189 you are using the edge runtime? |
I am running this locally, via api route provided in nextjs. I guess it uses edge runtime but I am not sure. |
@Jaydeep189 i released a new version (1.5.0) with it the I think this may be related because in the edge there is no If it doesn't work, can you create a repo to reproduce the bug? because i tried again and everything works fine. |
I am using Nextjs (12.2.5) version which does not include the app dir, |
Oh, I didn't check it with postman as a stand alone post request, it works completely fine there, but when I am using this
it gives the error again. I changed the code to this, and now it is working
|
the unique difference between your own fetch request and the one made by |
Getting the same error. The sign-up was working fine before and suddenly started facing this error. |
@dhatGuy @Jaydeep189 Can you, guys, double-check that you haven't exported the |
I am using credential login with my next.js project with sanity
I have copied the schema from the documentation
my pages/api/sanity/signUp.ts code
my signup.tsx code
I was getting this error
So I hardcoded the vales inside my code but the error persists. I don't know what I am doing wrong at this point.
The text was updated successfully, but these errors were encountered: