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
I'm running latest Umami Docker container behind Traefik. Website to track runs Nuxt with Umami module. When using a custom API endpoint like /api/getdata instead of /api/send I'm getting CORS violations.
Making exceptions for CORS via Traefik similar to here, removes the error. But then I get 405 - Method not allowed.
Only the default endpoint /api/send works for me without issues.
Database
PostgreSQL
Relevant log output
No response
Which Umami version are you using? (if relevant)
No response
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
Docker
The text was updated successfully, but these errors were encountered:
Describe the Bug
I'm running latest Umami Docker container behind Traefik. Website to track runs Nuxt with Umami module. When using a custom API endpoint like
/api/getdata
instead of/api/send
I'm getting CORS violations.Making exceptions for CORS via Traefik similar to here, removes the error. But then I get 405 - Method not allowed.
Only the default endpoint
/api/send
works for me without issues.Database
PostgreSQL
Relevant log output
No response
Which Umami version are you using? (if relevant)
No response
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
Docker
The text was updated successfully, but these errors were encountered: