Re: [google-appengine] Re: React JS routers doesn't work

2018-07-31 Thread Birhanu Hailemariam
secure: always > > > - url: / > static_dir: dist > # [END runtime] > > > > > On Monday, July 30, 2018 at 9:01:47 AM UTC-4, Nikos Katsikanis wrote: >> >> pls share your ap.yaml, I have the same issue with a vue app >> >> On Friday, July 27,

Re: [google-appengine] Re: React JS routers doesn't work

2018-07-27 Thread Birhanu Hailemariam
ndex.html'. I > would change the second handler to be more precise or simply add the > wildcard: '/*'. This way any url other than the root '/' should refer to > the static dir you've set. > > > On Wednesday, July 25, 2018 at 5:23:34 PM UTC-4, Birhanu

Re: [google-appengine] Re: React JS routers doesn't work

2018-07-25 Thread Birhanu Hailemariam
I checked the GCP documentation throughly prior to publishing my question and there isn't any clear instruction for mapping ReactJS routes correctly in *app.ymal *config handlers. And, I was wondering if I cloud be missing something in my config or is it even possible achieving this with App Engine

[google-appengine] React JS routers doesn't work

2018-07-24 Thread Birhanu Hailemariam
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: