I state that this nodeJS project on Hetzner Cloud was recovered with Generic Machine
The tests for connections (local and remote) are ok
The site entry index file opens regularly both locally and remotely
However I have a strange problem:
The page in Wappler has some simple formatting settings (text color, centered text, …) and is correctly displayed in the Wappler editor
But if the Wappler editor displays the css and js settings correctly, it means that the files are all present and working.
The problem is that both locally and remotely it does not display the formatting settings
Marzio, if the styles are missing this means either the bootstrap files are missing from the server or they are in a wrong location, or the paths to them are wrong.
Most of these issues can be found in the browser dev tools, as usual.
When you first make a project you usually have ‘none’ and ‘main’ added by Wappler - choose main. Otherwise create a layout in Files>Pages and leave it with just the content section if you don’t need anything else on it
@george, I’m still not sure why the ‘none’ layout page is still an option when projects are created - you can’t have a NodeJS page without a layout, can you? And main only adds the basic frameworks (unless edited)