-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error on first launch #2561
Comments
Can you successfully log in and view the list of users? |
@Awk34 No I can't. I am on Windows 10 64b. Is there some node that is not compatible with windows ? |
It's recommended to be using something like Node 6.4.x or above |
@Awk34 |
This would all have been helpful information. Please fill this out:
|
@Awk34 Yes sorry about that its been a long week
I use the latest version of Webstorm for my IDE but I installed everything myself without Webstorm. |
I've fix an issue with postgresql now the tables are created and two of them are filled.
|
You say you scaffolded with auth enabled? Hmm, I'm not seeing the users getting populated from
but nothing about seeding users. Please check the |
The issue is that there is a return for Squelize for Thing, so I removed it to have the users created. |
@Awk34 I solved the problem :)
The error was that hasRole need one role and does not accept
Line 191 - 193 : auth.service.ts |
This should fix this then, correct? |
These are the changes I made for it to be fixed : at : /client/components/auth/auth.service.ts |
Thanks a lot @rXp . |
I just installed everything and setup everything correctly with no error.
Now I started Webstorm and use "gulp serve" this is the errors that appeared although the website seems to work partly.
The text was updated successfully, but these errors were encountered: