I’ve setup the Wordpress plugin and connected it to our Patreon, but when people go through the authentication process and allow access to their Patreon account, they are redirected to our web page, with the post still locked.
Tried this on various test accounts across different browsers and ISP’s and still nothing.
I have tried manually disconnecting and reconnecting using the client API. Aswell as creating a new API v2 Class on Patreon and manually entering those details directly into the plugin on Wordpress to connect that way and it’s still the same.
Our Patreon is set to charge immediately and then the 1st of each month.
This is the error that shows up every time someone tries to authenticate:
0.6 days ago
fetch_creator_info - API v2 Class - UUID d3b8cd20-bc10-4a22-8446-2d2b04e1d674 - Response code: 401 Response :{“errors”:[{“code”:1,“code_name”:“Unauthorized”,“detail”:“The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn’t understand how to supply the credentials required.”,“id”:“d3b8cd20-bc10-4a22-8446-2d2b04e1d674”,“status”:“401”,“title”:“Unauthorized”}]}
Same as above… tried reconnecting a few times now, still not working.
fetch_creator_info - API v2 Class - UUID d3b8cd20-bc10-4a22-8446-2d2b04e1d674 - Response code: 401 Response :{“errors”:[{“code”:1,“code_name”:“Unauthorized”,“detail”:“The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn’t understand how to supply the credentials required.”,“id”:“d3b8cd20-bc10-4a22-8446-2d2b04e1d674”,“status”:“401”,“title”:“Unauthorized”}]}
Amazing. Can you check whether the values in ‘Connection’ section of Patreon Settings menu in your WP site matches the app for that site in below listing:
Yeah I can see those. I’ve tried a bunch of different variations of those tiers and options to see if that helps anything, but posts are all locked on any tier.
Any caching plugin or server side cache may be causing the unlock to fail due to showing the cached, locked page. You should investigate that possibility.