Use Umami on Google AMP pages #765
nicolasleroy
started this conversation in
General
Replies: 1 comment
-
I have narrowed the issue down. With Google AMP pages, when using the "amp-analytics" component, the request header Umami returns a 500 error code when the request header Solution 1: I can write my own proxy to call the Umami API as intended. Thanks ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thank you for Umami.
I'm trying to make it work on Google AMP pages, using the POST API and the guide at https://amp.dev/documentation/components/amp-analytics/
Here is the code I'm using:
This code unfortunately triggers the following error in the browser "Failed to load resource: the server responded with a status of 500 ()". On the server, there is nothing logged in the error log, so I'm left wondering.
Would someone have any clue ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions