-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Signing in and Creating Accounts #1
Comments
This comment has been minimized.
This comment has been minimized.
I purchased the PRO version and came up against similar issue when trying to login TypeError: Cannot set property 'messages' of undefined But my error message points to the file: verify-request-body.js |
thanks @MwSpaceLLC this worked for me! |
@MwSpaceLLC i tried the above code that you wrote in app.js. it is giving the following error. Error: secret option required for sessions |
Solved the error. I have to remove the RedisStore configuration from app.js. |
Anyfix for the problem without removing RadisStore configuraitons? |
Here's my app.js file, and my RedisStore function works fine. Make sure you install the npm package as well. |
Hi,
I have been trying to install your dashboard using npm does not work. I get stuck at doing
npm knex migrate:latest
.So instead I have installed yarn was able to use that successfully. But now I have it running and it render the pages all okay. But when it comes to functionality it is not working. I just installed so not really sure really sure where to dig in first to fix. Or if it is because I am using yarn.
Here is the error I am getting when I preform password change, register user, login, etc...
Note* In my postgresdb it does show that the users that I created were created.
The text was updated successfully, but these errors were encountered: