You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run my code locally, everything is okay, but when I run the same code in Google Cloud Run, I get this error:
Uncaught Exception: 2 validation errors for RenMetadata
lang
Input should be an instance of Langs [type=is_instance_of, input_value='es', input_type=str]
For further information visit https://errors.pydantic.dev/2.7/v/is_instance_of
class_contract
Input should be an instance of ClassDoc [type=is_instance_of, input_value='service_agreement', input_type=str]
For further information visit https://errors.pydantic.dev/2.7/v/is_instance_of
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi team!
I have the following problem. I have the next code:
When I run my code locally, everything is okay, but when I run the same code in Google Cloud Run, I get this error:
I don't understand why... any idea?
Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions