Can't use Discord Auth #1984

Closed
opened 2026-02-05 02:24:03 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Tealk on GitHub (Dec 21, 2020).

Describe the bug
When I try to register via Discord or link my account I only get an error message.

Steps To Reproduce

  1. edit profile
  2. link social media account
  3. login to Discord
  4. authorize
  5. redirect to BookStack with error

Expected behavior
A connection between Discord and BookStack should be established

Screenshots
image

Your Configuration (please complete the following information):

  • Exact BookStack Version (Found in settings): v0.30.7
  • PHP Version: 7.4
  • Hosting Method (Nginx/Apache/Docker): Ngninx
Originally created by @Tealk on GitHub (Dec 21, 2020). **Describe the bug** When I try to register via Discord or link my account I only get an error message. **Steps To Reproduce** 1. edit profile 2. link social media account 3. login to Discord 4. authorize 5. redirect to BookStack with error **Expected behavior** A connection between Discord and BookStack should be established **Screenshots** ![image](https://user-images.githubusercontent.com/12276250/102748954-75ac9500-4363-11eb-852d-dc9c84319ce7.png) **Your Configuration (please complete the following information):** - Exact BookStack Version (Found in settings): v0.30.7 - PHP Version: 7.4 - Hosting Method (Nginx/Apache/Docker): Ngninx
Author
Owner

@Tealk commented on GitHub (Dec 21, 2020):

Solution:
The following PHP functions must be enabled: proc_open and curl_exec

Maybe this should be included in the documentation?

@Tealk commented on GitHub (Dec 21, 2020): Solution: The following PHP functions must be enabled: `proc_open` and ` curl_exec` Maybe this should be included in the documentation?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1984