-
Notifications
You must be signed in to change notification settings - Fork 188
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
auth.login issue with nuxt module #610
Comments
Fixed sorry! |
What was the fix? It might be helpful for other users with the same problem to learn what was wrong and how you fixed it. |
Same problem here. I think |
I came here looking for a different question (Why with Insomnia HTTP client I received cookies but with I think the problem is not being clear on docs about which the latest version is, don't get me wrong, I know it is hard... I am using Still it doesn't seem to be present on master, which is |
Related nhost/nhost-js-sdk#49 |
Versions and master have been a bit out of sync. It should be fixed in the coming days. I'll update this thread once we've released a new version of HBP with the latest changes. Generally, these issues seem related to nhost-js-sdk. I'll come back to this later. |
Hello,
Trying nuxt module with hbp (standalone from source), and i get an error when calling auth.login :
I get a validation error:
If i check in dev tools,
"cookie": false
is added to the request payload.Tested the endpoint with postman and it works fine, but if i add
"cookie": false
to the payload, i get the same body validation error...Thanks.
The text was updated successfully, but these errors were encountered: