Skip to content

[Safari] Login page - /api/auth/verify #81

Description

@mainmain-rl

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:

  1. Use Safari Navigator
  2. Go to your dashbrr url
  3. Fill up your credentials
  4. Before login, open the DevTools Navigator, go to the Network tab
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions