Call to undefined method Canvas\Models\User::authentications() #1350
Answered
by
austintoddj
SaschaNe
asked this question in
Troubleshooting
-
Hey, the installation works fine, but as soon as I log in, it shows me the following error. https://flareapp.io/share/yPaxEEwm#stack ##PHP Version: ##Composer.json:
|
Beta Was this translation helpful? Give feedback.
Answered by
austintoddj
Sep 27, 2023
Replies: 1 comment 6 replies
-
Hi @SaschaNe - just spun up a fresh install on the latest version of Canvas and I couldn't reproduce the error. Any more details you can provide? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@SaschaNe I was able to reproduce the error. It's colliding with the
rappasoft/laravel-authentication-log
package. If you remove that from your composer.json file the authentication works.