gobuffalo / buffalo-auth

Buffalo auth plugin helps adding username password authentication to your app
https://gobuffalo.io
MIT License
41 stars 28 forks source link

interface {} is *pop.Connection, not *pop.Connection #79

Closed xinglixing closed 4 years ago

xinglixing commented 4 years ago

follow the auth setup steps. When creating a new user got the error -interface conversion: interface {} is pop.Connection, not pop.Connection (types from different packages). Buffalo version is: v0.16.8

atakanyenel commented 4 years ago

Hey, I had the same error. See https://github.com/gobuffalo/buffalo/issues/1982#issuecomment-626982190

You can workaround this error by running buffalo fix

vineetdaniel commented 4 years ago

had the same error. buffalo fix fixed it

ghost commented 4 years ago

Thanks guys! The issue fixed.