Keanan Koppenhaver
Keanan Koppenhaver
@grappler If no one is tackling this already, I can take a look at this one.
@carolinan Thanks for the heads up on that! I'll take a look.
Started to look into this, but when I hit `http://tide.local/api/tide/v1/audit/wporg/theme/twentyseventeen/2.1/` after running all the setup steps, I just get the homepage of the WP install. Still trying to track down...
Activating the `WP Tide API` and `WPOrg Tide API` plugins seems to have helped as well as setting the permalink settings to `Post name`
We've discovered that this is a configuration level issue rather than a code level problem. Swapping the `API_KEY` and `API_SECRET` values that are in the `.env` file to those for...
PR for this is here: https://github.com/wptide/wporg-tide-api/pull/6
Is this something that's ready to be merged? I was looking into the documentation and could really use this on a current project. Happy to help test, write docs or...
This looks awesome! Thanks for all the work on this, y'all. When I try to run this locally, I get the following error, which makes me think my API service...
Looks like it's just refusing to connect all together (see screenshot).  When I boot it up, I get ``` error: uncaughtException: Must provide...
I was able to get this working. I just needed `NX_AUTH0_MGMT_CLIENT_SECRET` and `NX_AUTH0_CLIENT_SECRET` to have _a_ value. And then `NX_SESSION_SECRET` and `NEXTAUTH_SECRET` needed to be filled out. ![Screenshot 2024-01-14 at...