affordablemobiles / GServerlessSupportLaravel

Run Laravel on Google Serverless
MIT License
26 stars 17 forks source link

us14 not found #58

Closed nibri10 closed 4 years ago

nibri10 commented 4 years ago

image

I tried to run on google cloud but it is not finding the us-central1 region that is called us14

nibri10 commented 4 years ago

@iamacarpet @flexgrip @fullkawa @matthewnessworthy

matthewnessworthy commented 4 years ago

@nibri10 can you log the value of $zone before the switch statement and report back the value please?

iamacarpet commented 4 years ago

@nibri10 you can also find the zone in the "resource" section of the access log entry in Stackdriver Logging, if it saves the need to deploy code to figure it out

matthewnessworthy commented 4 years ago

@nibri10 any updates?

nibri10 commented 4 years ago

@matthewnessworthy pull request available

nibri10 commented 4 years ago

And pull request by wagnerhitome add us6 zone in switch case @matthewnessworthy @iamacarpet @flexgrip @fullkawa