Closed eoingroat closed 1 year ago
Hello @eoingroat thanks for getting in touch. We don't provide plugin support through GitHub so could I please ask you to open a support forum topic for this and we'd be more than happy to help you troubleshoot this issue you are facing there. I will close this issue but we can reopen here if this requires further investigation by a developer. Thanks a lot.
I recently had to install site-kit for our marketing team; while trying to use it we had the following error occur:
Some minor debugging found that it was trying to construct a URL of
/
or/wp-admin/admin.php?page=...
and was failing because the URL was not fully qualified. A quick look round with the debugger and a peek at the source indicate that this is probably an issue with how the site is configured vs how site-kit expects.The site is installed from the bitnami-wordpress image on google cloud marketplace; and as far as I'm aware no unusual config has occurred - our site health dump is below
I'm having them use a TamperScript for TamperMonkey to get round this issue for now. This allows them to sign in and use most things, but pagespeed insights is not fixed. All the script does is override the URL constructor with one that adds the current domain if no domain is present.
I presume there is an issue with our sites setup, but I couldn't see anythign.
Site Health
I've redacted some information and placed `The TamperScript
To use this script replace the `@match` directive with one pointing to your desired domain. ```js // ==UserScript== // @name SiteKit-URLFix // @description Fixes URL construct issues on wordpress - site kit can't find the sites URL for some reason. // @version 0.1 // @author Eoin GroatIt would be great to get help with this
After that, it would be great to see about detecting if this affects a user and telling them! In our searches we found a few dozen people who had struggled looking for help and then just reinstalled or gone silent. Reinstalling isn't an option for us!
Thanks