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
Nuxt auth utils will send a request to/api/_auth/session to obtain user data after logging in successfully, which works normally in local mode.
But with tauri packaging, the full request address becomes http://tauri.localhost/api/_auth/session, but this address is not my background address, so it will return html. How can I set his baseurl to let him access my real background?
Since there is no backstage after tauri is packaged, this request will report an error. I think setting my own backstage address should solve this problem.