When I was setting up discourse, I was playing around with all the different plugins and I mistakenly enabled pantreon. I have since disabled the plugin, but I’m still getting the following errors:
Some problems have been found with your installation of Discourse:
Patreon creator access token and refresh token values in your site settings are wrong.
I am not sure about their hosted option. Normally you can upgrade any plugin by navigating to the URL /admin/upgrade. Else you should contact them.
Also I realized since the error message is already added in your case the above solution may not work for you. So I recommend you to run the below command in your console.
cd /var/discourse
rails c
AdminDashboardData.clear_problem_message(Patreon::Api::ACCESS_TOKEN_INVALID)