Hello, I have an issue, if I open my website let say in url.com/first then I move to url.com/second and in the second I reload the website, the website got an error not found.
I have searched for that problem and mostly people said using HashLocationStrategy which works for me. But I don't want to make my url have a #, so do you have another solution for this?
It's quite weird because the first time I build this website it's normal without # it can be reloaded, but when there are some changes, it's broken. My project is on Angular 14.
Thank you in advanced.