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)
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