Shopify APP TOML Error app configuration is not valid for webhooks

Shopify APP TOML Error app configuration is not valid for webhooks

razaimran
Shopify Partner
1 0 0

Hi Guys,
Can you please help me with this issue? Thanks

razaimran_0-1723490514638.png


TOML file:

razaimran_1-1723490546795.png

 

Replies 2 (2)

JayAdra
Shopify Partner
185 15 48

The error is fairly self-explanatory. Your webhook uri needs to be in one of the provided formats.

 

You have a relative URL: /webhooks

But you need to put an absolute URL: https://example.com/webhooks 

 

This is the URL Shopify will send webhook events to, so it needs to be accessible on the web.

nadyrbek97
Shopify Partner
1 0 0

what about aws event bridge arn ? i have a problem with this , because shopify docs says that I cat attach AWS event bus using its arn , but I am doing this am getting the same error with https not included