Hello Heliohost managers!
 
	I need some help, yesterday I made a upload of my Node.js application:
 
	Name: Node.js APP
 
	Installation path: http://marcatexto.helioho.st
 
	My APP has these configs:
 
	
 
	My FTPS inside /httpdocs already has the code (I tried before create a new folder named Node following a tutorial that I found but didn't work too):
 
	
 
	I already ran the npm install (button) and restart app (button).
 
	But what is happening is so weird, because when I try to test my route (http://marcatexto.helioho.st/login) it's showing a error handling message that I created when someone try to access other routes without a token that I created as below. The thing is, this route doesn't need this token to work, because this route generate the token that I will use in other routes:
 
	
 
	You could think that is an issue with my app, right? But when I try to run locally, with HelioHost database is working perfectly:
 
	
 
	So, I'm pretty lost about how to proceed. The screenshot below shows my app.js file:
 
	
 
	Can someone give me some help, please?