I'm getting an error: "Cannot GET /main" when I access this address: "http://localhost/main" I attach pictures of my code after ng build
I moved the created folder (named client) after ng build to the server
I hope you can help me Thank you my code
I'm getting an error: "Cannot GET /main" when I access this address: "http://localhost/main" I attach pictures of my code after ng build
I moved the created folder (named client) after ng build to the server
I hope you can help me Thank you my code
I think your express server is not redirecting to your index.html.
You can also use the routing with hash.
More details can be found here