Hello,
How are you
I am facing this error and not able to solve this issue?
I am trying from 2-4 days?
I have already install all dependencies.
1 Like
What does the contents of your .env
file look like?
And you have made sure to follow all the steps outlined in the Ticket: Connection from chapter 1?
2 Likes
thanks for the reply,
problem resolved finally by changing the file name from “dotenv_linux.env” to " .env"
5 Likes
Best of luck with the rest of the course.
Because the code reads a file named .env.
Since the format or content is different from one platform to the other the team cannot distribute the file under its required named.
1 Like