datitisev how fix that? https://prnt.sc/o1hthb
panikajo You need to add a redirect URL to your Discord application, see the first post for what to write.
datitisev yeah i add. but it's not working. my site it's site.ru/forum and i add https://mysite.ru/forum/auth/discord
panikajo Hm, you are using subdomain. I think there's an issue with subdomains that is fixed for the next beta, but I don't remember it fixing the error you are receiving. Does that error appear immediately after when you click "Login with Discord" or after you authorize the application ?
datitisev no man. that it's not subdomain 🙂 Just that folder in my ftp...
datitisev Does that error appear immediately after when you click "Login with Discord" or after you authorize the application ?
yes
datitisev check this https://prnt.sc/o1i1d5 and folder ( forum ). That just folder that not subdomain.
panikajo My apologies, I meant subfolder. Also, please do not make multiple replies when you can edit the original one 🙂.
And it is an issue because of the subfolder, none of the OAuth extensions currently work. I'm fixing it right now for fof/oauth-discord :D.
datitisev All I need to do is composer update for / auth-discord ?
composer update fof/auth-discord
datitisev now help for me( https://prnt.sc/o1j9m0 http://prntscr.com/o1j9q9
panikajo Change your url in config.php to https://, you are using http for your forum.
url
config.php
https://
http
datitisev it's okay. but now i have http://prntscr.com/o1jec0 how fix? all because of the change ssl
panikajo clear your cache: php flarum cache:clear or from the admin dashboard.
php flarum cache:clear
luceos yeah ty. and add this please. ru.yml `fof-auth-discord: admin: discord_settings: client_id_label: Client ID client_secret_label: Client Secret title: FriendsOfFlarum Discord Login
forum: log_in: with_discord_button: Войти через Discord`
panikajo I suggest you use Linguist to translate the login button.
Additionally FoF will no longer accept non-english translations, you should suggest that to someone managing a russian language pack instead 😉
Hi there! Is this extension compatible with beta 10?
taciturasa As said on Discord, yes, it should be.
Would it be possible to send notifications to the user in discord? Like it is possible for the telegram-extension?
Tikey you can use Webhooks extension for Discord.
tolgaaaltas have tried it now. for global notifications ok, but it does not notify users for their subscribed discussions.