Closed MickL closed 6 days ago
proxy: true
/api/__plausible_event__
/api/event
proxyBaseURL
Reproduction repo: https://github.com/MickL/plausible-proxy-bug (You can see it in the network tab)
Maybe when fixing this we can also change the default path, e.g. to /_plausible_event :) #38
/_plausible_event
I even get an error:
POST https://www.../api/event 404 (Not Found)
Thanks for the report!
proxy: true
the requests go to:/api/__plausible_event__
but they go to/api/event
proxyBaseURL
manually it has no effect, they still go to/api/event
Reproduction repo: https://github.com/MickL/plausible-proxy-bug (You can see it in the network tab)