score:-1

it's probably because you're using browserrouter and haven't configured an appropriate handler correctly in your app.yaml. you can find detailed info about it here

you might put there something like this:

handlers:
- url: /(.*)
static_files: /index.html
upload: /index.html

you could also use hashrouter but then you'd need to put a /#/ in each route.


Related Query

More Query from same tag