Firebase App Hosting tries to use Node.js buildpack for Python app – ignores app.yaml / Procfile / requirements.txt
Summary The issue at hand is that Firebase App Hosting is incorrectly detecting a Python Flask app as a Node.js app, resulting in deployment failures due to the use of Node.js buildpacks. Despite configuring the project with app.yaml, Procfile, and requirements.txt for Python, the Cloud Build system persists in using Node.js buildpacks. Root Cause The … Read more