-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
[BUG] Error while installing trudesk #192
Comments
Does the server print out a stacktrace? |
Just got these lines in output.log After that the error comes. |
I'm working on getting this resolved, but I'm currently out of town. A workaround would be checkout Once complete you can then
|
Thanks, this is working with your given solution. |
PS E:\BhaveshWork\New_Project_30-12-2019\trudesk> nodemon nothing happens after this Plz help |
That is correct. You need to navigate to |
Is this a BUG REPORT or FEATURE REQUEST?:
What happened: Tried to git clone on mac. Gives me an error while configuring database.
What did you expect to happen: Should successfully create database with all the collections
How to reproduce it (as minimally and precisely as possible): Just a fresh trudesk install. Note: I skipped the elasticsearch configuration
Anything else we need to know?:
This is the error json that I got:
{"success":false,"error":{"errors":{"value":{"message":"Path
valueis required.","name":"ValidatorError","properties":{"message":"Path
valueis required.","type":"required","path":"value"},"kind":"required","path":"value"}},"_message":"settings validation failed","message":"settings validation failed: value: Path
valueis required.","name":"ValidationError"}}
Environment:
The text was updated successfully, but these errors were encountered: