FIRST-Tech-Challenge / fmltc

FIRST Machine Learning Toolchain
Other
38 stars 14 forks source link

No AppEngine Origin #282

Open Redfalcon5-ai opened 1 year ago

Redfalcon5-ai commented 1 year ago

When I open AppEngine, I don’t see an origin link in the corner. Am I supposed to click “get started” ?

4D331485-B6C1-411A-8499-743D2EF299C0

lizlooney commented 1 year ago

Can you provide a link to the instructions you are following? Which step are you on?

acharraggi commented 9 months ago

I ran into this too. It's the edit YAML file step: https://github.com/FIRST-Tech-Challenge/fmltc#fill-in-the-values-in-serverapp_engineenv_variablesyaml

In the comments of the yaml file it says to go to to the App Engine page, but we don't have an App Engine deployed yet. Even though it says it's been created, you can't see the URL. I've had to guess at the Origin URL, then fix it later if needed.

I think you have to deploy the App Engine code once before you can see the Origin URL. I've had to go back and fix the YAML file and re-deploy. Note: The origin URL seems to use a two character short code for the region. eg. UE for us-east1.

I got a "can't upload video error" if the App Engine URL and URL in the YAML file don't match.

Also, during deployment of the app engine I get an error with a message that says to run this command:

But running that by itself still doesn't show you the URL on the App Engine page, it has to be deployed.