CRASH REPORT : call to undefined function oauth2:user_login_authentication #2648
-
I am testing 3.8.10-beta.1 on docker. I want to test oauth2 plugin
The following is the error log:
|
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Nov 18, 2020
Replies: 1 comment
-
"Undefined function" means that the plugin was configured but not enabled (or the node was not restarted), so its code was not on the code path. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Undefined function" means that the plugin was configured but not enabled (or the node was not restarted), so its code was not on the code path.