I have deployed a compiled ReactJS app to the App engine but, routes are not working other than the root "/" route which is directing to "index.html" page (i.e app's the entry point).
My app.ymal file is fairly a simple one. What do I miss here?! # [START runtime] runtime: nodejs8 api_version: 1 instance_class: F2 handlers: - url: / static_files: dist/index.html upload: dist/index.html secure: always - url: / static_dir: dist # [END runtime] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9fbbcd40-3b9c-44ec-a8de-9fae83bff515%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
