#Decapix
1 messages · Page 1 of 1 (latest)
Hello 👋
Are you seeing any errors in your console or server logs?
I haven't any console, juste this commande :
heroku logs --tail -a your-app-name
and it juste tell my I have an 500 error.
Yeah not sure how much we can help with that unfortunately.
Do you see any errors on your Stripe Dashboard?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
i have something here
what error are you seeing?
he tell me it's a url probleme :
invalid_request_error - url
URL non valide : doit être publiquement accessible. Envisagez d'utiliser un outil comme l'interface de ligne de commande Stripe pour tester les webhooks localement : https://github.com/stripe/stripe-cli
{
"description": "test",
"connect": "false",
"url": "https://127.0.0.1:8000/produit/commande/webhook/",
"enumeratively_enabled_all_events_during_creation": "false"
}
it's strange, I have only one webhooks and it's at this address:
Where are you seeing this error exactly? Can you share a screenshot OR/also a request ID?
I don't think those errors are related to your payment page really.
Seems like you were trying to create webhook endpoints in live mode with a localhost URL but it failed.
That shouldn't affect your integration.
Ah ok