ForestAdmin / lumber

Install Forest Admin in minutes.
https://www.forestadmin.com
MIT License
2.08k stars 106 forks source link

Stuck Connection to database #441

Closed ardyfeb closed 4 years ago

ardyfeb commented 4 years ago

Failure Logs

$ lumber generate "<app-name>" --connection-url "<db-url> "ardyfeb@juabali.com" --token "<token>"
Connecting to your database

Context

ardyfeb commented 4 years ago

When runnng admin backend with docker with custom application host

✖ Creating your project on Forest Admin
> An unexpected error occurred. Please reach out for help in our Slack community or create a Github issue with following error: Error: Unprocessable Entity
ardyfeb commented 4 years ago

I do not want download and install ton of docker deps to my computer, so i run admin backend with gcp compute engine

SteveBunlon commented 4 years ago

Hello @ardyfeb 👋

May I ask you to precise your version of NodeJS please ?

Steve.

ardyfeb commented 4 years ago

@SteveBunlon

Node version is v14.3.0

jean-tymate commented 4 years ago

I had the same issue with the same version of node, I tried with node v12.18.2 and it worked.

SteveBunlon commented 4 years ago

Hello guys, we have released a fix for this one, I linked it to this thread.

Can you confirm it is working now please ?

rap2hpoutre commented 4 years ago

Hi @ardyfeb & @jean-tymate 👋

You'll have to update lumber to the latest version that includes the fix mentioned by @SteveBunlon. (3.6.1+)

npm install -g lumber-cli@latest

Since it should have been fixed, let me close the issue for now; feel free to re-open it if the problem persists.