nuxt-modules / plausible

🎟️ Plausible Analytics integration for Nuxt
https://plausible.io
MIT License
107 stars 7 forks source link

proxyBaseURL is not set correctly, always goes to /api/event + cant be overwritten #37

Closed MickL closed 6 days ago

MickL commented 1 week ago

Reproduction repo: https://github.com/MickL/plausible-proxy-bug (You can see it in the network tab)

MickL commented 1 week ago

Maybe when fixing this we can also change the default path, e.g. to /_plausible_event :) #38

MickL commented 6 days ago

I even get an error:

POST https://www.../api/event 404 (Not Found)

johannschopplich commented 6 days ago

Thanks for the report!