Skip to content

Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.11/site-packages/flask/app.py", line 1463, in wsgi_app response = self.full_dispatch_request()  #186

@edump72

Description

@edump72

I have created a Python script to deploy in Google Cloud Functions, in order to manage the creation of new documents on my Firestore database (Firestore triggers).
I am deploying the function in the Google Cloud console, not locally. The functions is implemented correctly without any error. However, when I create a new document, an error occurs that is related with Flask, which is nosense as my Python script does not require Flask. This is all the setup of the function :
Captura de pantalla (736)
Captura de pantalla (737)
Captura de pantalla (738)
this is the Firestore section, document, and value created :
Captura de pantalla (739)
, and this is the error :
Captura de pantalla (740).
Why am I having this error? Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions