I built an Angular SSR website using Angular 18 and hosting it on a shared hosting.
When deploy, I only post the content of the browser folder to the public_html folder of the main domain.
The application works well.
But I just noticed an issue:
when I try to navigate to my-site.com/any-page , I get the following message in the browser:
It works!
NodeJS 20.14.0
In order to access my-site.com/any-page page, I need to go first to my-site.com then click on any page in the menu.
How can I resolve it?
(my hosting company technical support don’t really know how to handle Angular app…)
Thanks