Describe the bug
Hi,
I've tested your solution on my Mac, I use Safari (Version 26.2 (21623.1.14.11.9)) as main navigator and I found a bug on the login page.
To Reproduce
Steps to reproduce the behavior:
- Use Safari Navigator
- Go to your dashbrr url
- Fill up your credentials
- Before login, open the DevTools Navigator, go to the Network tab
- See error on the path /api/auth/verify
Expected behavior
I just expected to be logged but the call /api/auth/verify doesn't work (401):
URL: http://localhost:8080/api/auth/verify
État: 401 Unauthorized
Source: Réseau
Adresse: ::1:8080
Initiateur:
AuthContext.tsx:94
with a response:
{
"error": "No session found"
}
I tried with another Navigator (Firefox version 146.0.1) and it's working (No credentials missmatch).
Desktop (please complete the following information):
- OS: [MacOS, iOS]
- Browser [safari]
- Version [Version/26.2 Safari/605.1.15]
Additional context
I've tried with SQLite and PostgreSQL database with your own docker-compose file.
Describe the bug
Hi,
I've tested your solution on my Mac, I use Safari (Version 26.2 (21623.1.14.11.9)) as main navigator and I found a bug on the login page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I just expected to be logged but the call /api/auth/verify doesn't work (401):
URL: http://localhost:8080/api/auth/verify
État: 401 Unauthorized
Source: Réseau
Adresse: ::1:8080
Initiateur:
AuthContext.tsx:94
with a response:
{ "error": "No session found" }I tried with another Navigator (Firefox version 146.0.1) and it's working (No credentials missmatch).
Desktop (please complete the following information):
Additional context
I've tried with SQLite and PostgreSQL database with your own docker-compose file.