We've moved discussions to Discord

Can't get to admin or dashboard page or change user password page

Wakgari Baja
------------------------------------------------------------------------
Above is when I try to access the dashboard page. Am I only one getting this error from Jumpstart pro template ? Some one really know what's going on with this error. please help !

------------------------------------------------------------------------
Chris Oliver
You can't have a class Account and a module Account. We have the Account model, so you can't use it as a module too.

That's why the Jumpstart Pro code uses the above code and not a module.

https://github.com/jumpstart-pro/jumpstart-pro/blob/master/app/controllers/account/passwords_controller.rb#L1

Change it to match our code in the repo
class Account::PasswordsController
Wakgari Baja
👍 I updated all thank you 🙏
Notifications
You’re not receiving notifications from this thread.