#Decapix

1 messages · Page 1 of 1 (latest)

blissful crestBOT
potent prairie
#

Hello 👋
Are you seeing any errors in your console or server logs?

harsh cobalt
#

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.

potent prairie
harsh cobalt
#

i have something here

potent prairie
#

what error are you seeing?

harsh cobalt
#

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:

https://www.antly.fr/produit/commande/webhook/

potent prairie
#

Where are you seeing this error exactly? Can you share a screenshot OR/also a request ID?

harsh cobalt
potent prairie
#

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.

harsh cobalt
#

Ah ok