UI crashes on Google App Engine

System Information
  • Strapi Version: 4.1.2
  • Operating System: Ubuntu 16.0.4
  • Database: PostgreSQL 13
  • Node Version: 12.19.0
  • Yarn Version: 1.22.15

Hi all,

In the latest version of Strapi v4.1.x, some plugins require Node JS version >= 12.22.0. However, Google App Engine flexible env only provides v12.19.0 and the deployment fails because the version is not updated.

So I found a solution to the NodeJS version issue from Google IssueTracker,https://issuetracker.google.com/issues/203594728?pli=1.

After I followed the setup in the ticket and successfully deploy Strapi to Google App Engine, but some stylesheets were missing in the deployment.

Does anyone know a solution for the UI crash?