I am trying to build a SPA with react router. When I am navigating with link it works perfect, but with refreshing or writting url it gives me cannot GET /(any route except main)
. I was trying to add historyApiFallback : true
option to my webpack dev server configs but it didnt solved it.
I will appreciate any help.