I'm using App engine and deploying react app. I'm trying to serve GTLF files but it's not able locate them. It's in public folder I think I'm specifying the path correctly from yaml file. please correct me if i'm wrong.
It is working perfectly on localhost
Is there anything else I'm missing??
Hi @vishwaswalhekar,
Welcome to Google Cloud Community!
Please make sure that the indentation is correct as per this example. Also, can you check if this format from this Github link would work?
Your code should look something like this:
- url: /(.*\.(gltf))$
static_files: public/\1
upload: .*\.(gltf)$
If the suggestion I provided didn't work out, I would suggest filing this as a bug through this link so that our engineers could take a look at it. We don't have a specific ETA on this but you can keep track of its progress once the ticket has been created.
Hope this helps.