-
Notifications
You must be signed in to change notification settings - Fork 10
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
Can't execute the tutorial in my machine #1
Comments
Hey Rafael, I've cloned your project and the only thing is wrong is the Postgres connection. You're using port 5433 (invalid). In order for the example to work, you need to have the database set up and properly working, with the database pre-created, ok? Let me know if this fixed your problem. :) |
Hey @diogosouza ! So, I tried changing the port in the
That's why I used the port The following screenshots show that I can connect to the database, which has the beers table
I don't seem to figure out what could be 😄 haha. |
Hey man.. sorry the delay... This is so weird 🤔 I've ran your code in my computer, and everything's working fine. I'm afraid that maybe something wrong may be happening between the Deno app and your Docker image. Can you test the example with a local Postgres database? Instead of the Docker image? |
Hi Diogo! I've just followed your tutorial, but something seems to be going wrong.
Here is my github repo.
And here is the error message following the
deno -A index.js
:Aditional info
It seems to me to be something from deno itself, but I could not found why. Can you give me a hand?
The text was updated successfully, but these errors were encountered: