You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried to use this lib in nuxt3, there is no syntax error. but when trying to request any doc or auth method, the request failed with error code 404 not found with strict-origin-when-cross-origin
If I try with the axios or fetch, it is working fine.
To Reproduce
Steps to reproduce the behavior:
Setup nuxt3 project
Setup frappe bench, create site
try to login into frappe from nuxt3 using frappe.auth()
Expected behavior
There must be no error, and should get response
Screenshots
Environment (please complete the following information):
MacOs
chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
I tried to use this lib in nuxt3, there is no syntax error. but when trying to request any doc or auth method, the request failed with error code 404 not found with strict-origin-when-cross-origin
If I try with the axios or fetch, it is working fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There must be no error, and should get response
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: