Troubleshooting File Upload Issues and Database Connection Errors for a Node.js API Deployed on Google App Engine, But Work in localhost
I created an API on my local computer that is connected to GCP services and runs perfectly. However, when I deploy it on App Engine, I encounter an error whenever I use a POST method that includes a file. other method without involving file is somehow working fine.
in my logs it shows this error :