I guest you using node js as server.
Note that, GAE standard does not support nodejs.
You can config reactjs run without nodejs. Please see my config (app.yml) for sample.
---------
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: public/index.html
upload: public/index.html
secure: always
- url: /app(.*)
static_files: public/index.html
upload: public/index.html
- url: /favicon.ico
static_files: public/favicon.ico
upload: public/favicon.ico
- url: /assets
static_dir: public/assets
---------
Vào 09:32:32 UTC+7 Thứ Năm, ngày 06 tháng 9 năm 2018, event publisher đã viết: