After reloading the page the access token is deleted #1002
Labels
bug
A bug that needs to be resolved
needs-reproduction
Action needed: A valid reproduction of the issue needs to be added
Environment
Reproduction
"@sidebase/nuxt-auth": "^0.10.0"
I see this problem only in the QA environment. Locally everything works correctly.
`
Access and refresh tokens(auth._token and auth._refresh-token) is automatically saved in a cookie on the local domain - "localhost", and on the QA environment on the domain - ".my-qa-domain"
Describe the bug
If I reload the page after authentication, the access token will be deleted, although the refresh token will not be deleted. I only observe this behavior in the QA environment. Maybe someone has encountered something similar?
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: