Hello, Im trying work my aplication flash python Html with stripe flow to check-out. How can I solve my problem: in a local host stripe conection work very good, but in a Google Cloud open the stripe check out, but after de success to the buy show me a error "Internal Server error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
How can i solve my problem?
regards
Are you using the Stripe client or the Stripe integrated connector? If the former - ensure your proxy is correct and your service account has the correct permissions - I'd also ensure it is in Secrets Manager. If the later, check your task input and test in the connector
ref:
stripe/stripe-python: Python library for the Stripe API. (github.com)
What do you see in the logs for the 500 error? To check the logs, go to https://console.cloud.google.com/logs and select your project
You should also indicate if you're using Google App Engine or if you're using Cloud Run.