Basically what the title says, if i create a webhook in Settings → Notification → Webhooks (for example Order created topic) and try to either test it, or to create an actual order, i do not get anything on the Hydrogen “Runtime logs”, not the error, not the request nothing.
If i change the callback url to be on app hosted on Vercel or anywhere else everything works fine.
I thought maybe i need to create webhook different way so i tried that as well, i tried to create a webhook in Graphiql admin app, as well as inside the hydrogen (basically i create a custom app), and nothing seems to be working.
Are webhooks forbiden from the hydrogen? Or maybe i am missing something