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
When adding a filter and not selecting one of the predefined values, but rather searching for a specific country for example, the API returns 401 Unauthorized.
According to the logs, it appears this is triggered by an invalid query including {{search} instead of {{search}}
Describe the Bug
When adding a filter and not selecting one of the predefined values, but rather searching for a specific country for example, the API returns 401 Unauthorized.
According to the logs, it appears this is triggered by an invalid query including {{search} instead of {{search}}
Endpoint: /api/websites/6e8f02ae-d893-4d39-abeb-e132fb8d1585/values?type=country&startAt=1735898400000&endAt=1735984799999&search=AE%2CGB%2CUS
Response: 401 Unauthorized
Database
PostgreSQL
Relevant log output
Which Umami version are you using? (if relevant)
2.15.1
Which browser are you using? (if relevant)
Tested in Chrome and Firefox
How are you deploying your application? (if relevant)
Docker via Coolify
The text was updated successfully, but these errors were encountered: