Step to produce error -
Sample project used from au2-routing-part-3
npm run build
copy the dist file to server (production)
When navigating to bharmalinfo.tech/welcome its works ok.
When you refresh this page using browser refresh button, its gives Internal Server Error.
and once you go back to root element it will work. What is the issue? and how to resolve it?
I have uploaded the sample file on bharmalinfo.tech, if you want to check the issue.
I did not modified the project, just build and uploaded it on server.