Skip to content
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

Closed
1 of 2 tasks
ElavanResu opened this issue May 2, 2019 · 6 comments
Closed
1 of 2 tasks

[BUG] Error while installing trudesk #192

ElavanResu opened this issue May 2, 2019 · 6 comments

Comments

@ElavanResu
Copy link

ElavanResu commented May 2, 2019

Is this a BUG REPORT or FEATURE REQUEST?:

  • BUG
  • FEATURE

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":"Pathvalueis required.","type":"required","path":"value"},"kind":"required","path":"value"}},"_message":"settings validation failed","message":"settings validation failed: value: Pathvalueis required.","name":"ValidationError"}}

Environment:

  • Trudesk Version: 1.0.11
  • OS (e.g. from /etc/os-release): MacOs High Sierra 10.13.6
  • Node.JS Version: 10.14.2
  • MongoDB Version: 4.0.3
  • Is this hosted on cloud.trudesk.io: Nope
    Screen Shot 2019-05-02 at 4 03 52 PM
@ElavanResu ElavanResu reopened this May 2, 2019
@polonel
Copy link
Owner

polonel commented May 2, 2019

Does the server print out a stacktrace?

@ElavanResu
Copy link
Author

ElavanResu commented May 3, 2019

Just got these lines in output.log
5/3 13:39:50 [3410] - �[32minfo�[39m: Trudesk Install Server Running...
5/3 13:40:24 [3410] - �[32minfo�[39m: Connected to MongoDB

After that the error comes.
No stacktrace in console either

@polonel
Copy link
Owner

polonel commented May 3, 2019

I'm working on getting this resolved, but I'm currently out of town.

A workaround would be checkout v1.0.10 and run the install.

Once complete you can then

git checkout v1.0.11
yarn install
pm2 restart trudesk

@polonel polonel changed the title Error while installing trudesk [BUG] Error while installing trudesk May 6, 2019
polonel added a commit that referenced this issue May 6, 2019
@shivajimagadum15
Copy link

Thanks, this is working with your given solution.

polonel added a commit that referenced this issue May 10, 2019
## [1.0.12](v1.0.11...v1.0.12) (2019-05-10)

### Bug Fixes

* **install:** elasticsearch failing [#192](#192) ([1a3fe15](1a3fe15))
* **tests:** unauth redirect test ([d6449c7](d6449c7))

### Performance Improvements

* **core:** updates ([8607c6a](8607c6a))
@polonel polonel closed this as completed May 10, 2019
@bhaveshrao96
Copy link

PS E:\BhaveshWork\New_Project_30-12-2019\trudesk> nodemon
[nodemon] 1.19.2
[nodemon] to restart at any time, enter rs
[nodemon] watching dir(s): .
[nodemon] starting node ./app
1/2 20:58:46 [12204] - info: . .o8 oooo
1/2 20:58:46 [12204] - info: .o8 "888 888 1/2 20:58:46 [12204] - info: .o888oo oooo d8b oooo oooo .oooo888 .ooooo. .oooo.o 888 oooo 1/2 20:58:46 [12204] - info: 888 888""8P 888 888 d88' 888 d88' 88b d88( "8 888 .8P'
1/2 20:58:46 [12204] - info: 888 888 888 888 888 888 888ooo888 "Y88b. 888888. 1/2 20:58:46 [12204] - info: 888 . 888 888 888 888 888 888 .o o. )88b 888 88b.
1/2 20:58:46 [12204] - info: "888" d888b V88V"V8P' Y8bod88P" `Y8bod8P' 8""888P' o888o o888o
1/2 20:58:46 [12204] - info: ==========================================================================
1/2 20:58:46 [12204] - info: trudesk v1.1.1 Copyright (C) 2014-2019 Chris Brame
1/2 20:58:46 [12204] - info:
1/2 20:58:46 [12204] - info: Running in: development
1/2 20:58:46 [12204] - info: Server Time: Thu Jan 02 2020 20:58:46 GMT+0530 (India Standard Time)
1/2 20:58:49 [12204] - info: Trudesk Install Server Running...

nothing happens after this Plz help

@polonel
Copy link
Owner

polonel commented Jan 2, 2020

That is correct. You need to navigate to http://localhost:8118 to configure and install the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants