Emad Shaaban

Results 1 comments of Emad Shaaban

I had a very similar problem with react-router and just solved it by adding this line to serve.json. `"rewrites": [ { "source": "/**", "destination": "/index.html" } ]` Probably this happens...