Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

GAE standard and Rails

I am trying to put a new Ruby on Rails application on Google App Engine standard, but this time without success. I get an error in the cloud build that I just can't decipher

=== Ruby - Appengine Validation (google.ruby.appengine-validation@0.9.0) ===

failed to build: (error ID: e3b0c442): ERROR: failed to build: exit status 1

Have you ever experienced a similar situation? GAE standerd with Rails 7.2, ruby 3.3.

Its works fine in GAE flex so it's a limitation with standard environment buy I am not able to find any information about 'why?'

0 2 47
2 REPLIES 2

Hi @mauro_locatelli ,

Yes — you’ve hit a known limitation.

What you can do:

Thanks for your answer, probabily the problem is only with Rails 7.2 because I use Ruby32 with other app on standard engine.