Where is the project options file stored?

This is project and root

and this when open index.js

That is a very weird structure you have there. The index.js seems to be in with ssh keys in a directory called root? I don't use Hetzner but that really does seem very odd..

This is a normal/standard structure for a Node/Docker Project:

When I say root directory I am implying the highest directory in the Project, the directory that contains all the files for your Project (not a directory actually called root).

You can see in your image above (local) below the package-lock.json and package.json there is no index.js file. It should be in the same location as those two files. That whole 'root' directory structure you have going on currently screams potential for big problems though... I'm surprised it even let you create a directory called 'root'...

Just a note on security. YOU SHOULD NOT BE UPLOADING THOSE SSH KEYS TO YOUR SERVER!! You have the public and more urgently the private key both in that directory. In-fact they shouldn't even be there! They should be in .ssh

That is a whole other issue though. Concentrate on resolving your Project structure first @Marzio

The development connection should now be fine.
It doesn't give any errors, and the index file is in the main root, even though there's another one in the root directory, but I'll leave it there for now.
I removed the two ssh files (they were there temporarily).
I'm fixing it and then I'll let you know.
Thanks.

1 Like

You are very welcome @Marzio

Best of luck with your Project!

:smiling_face_with_three_hearts: