βοΈ.env: NotPresent
Last updated
Last updated
For this error, please check if your env is .env and is not a text file. Sometimes Windows turns the .env into a TXT file or changes the name to env The.env file needs to be .env like this:
If your env is not what it is supposed to be, you can do this:
1) Open your env with notepad or notepad++ 2) go to file > save as 3) Select All types and type .env
For linux just make sure that the DragonFly executable are in the same folder of the .env
You can do this with the command
ls -la
Need to show something like that :
Same thing , make sure ur env is .env