@Sampo2910 I seem to get the same error messages as you. Investigating.
EDIT: Seems to be related to a token error from what I’m seeing in the logs.
EDIT2: Ok, after some fiddling around with settings, I have it working You can try it here if you want, as I’ve included it in PROD.
The part that got me initially was that I’d accidentally used the PUBLIC KEY
Be sure you’re using the CLIENT SECRET in OAUTH2.
Seems to work without issue for me now.
As for the Discord icon, you can get this to work by changing the CSS as below
.fa.fa-cc-discover {
font-family: 'Font Awesome 5 Brands' !important;
}
.fa-cc-discover:before {
content: "\f392";
}
Bizarre looking “quote border” on this icon - not sure why, but will have a look