404 code in Wordpress Plugin wrong #4542
rossdav70
started this conversation in
Anything Else
Replies: 1 comment 1 reply
-
|
Thank you for the report! Seems like it happens here: https://github.com/plausible/wordpress/blob/8e6c39d7d65552ece47283504ccdd4308e3e1313/src/Actions.php#L74 @Dan0sz 👋 I wonder if |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Working in Worpress I noticed that with 404 switched on in the plugin I was seeing my path properties all set to "documentation.location.pathname"
Looking at the front end there is a clear typo in the outputted JS
To get it working I have disabled 404 in the plugin and instead manually added the correct script to my 404 template.
Beta Was this translation helpful? Give feedback.
All reactions