Hello,
I'm trying to deploy my react app to app engine using port 8080.
The logs payloads as below:
1. textPayload: "[start] 2022/02/06 04:52:28.768200 Waiting for network connection open. Subject:"app/invalid" Address:
127.0.0.1:8080"
2. textPayload:
"[start] 2022/02/06 04:52:28.768200 Waiting for network connection open. Subject:"app/valid" Address:127.0.0.1:8081"
NGINX started on port 8080.
I'm keep getting CANNOT GET/ from gcloud app browse.
I could not find any resources about app:invalid issue, I do not how to approach this issue.
What should I do now?