#unrealcloud
1 messages · Page 1 of 1 (latest)
(As a side note, the support link in the error message is not working because of the trailing slash "/")
hello! can you share your account id for us to take a look?
You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
HI @stuck drift I'm taking over
Hi Jack!
Can you check if the following IP addresses are in your server's allowlist? https://stripe.com/docs/ips#webhook-notifications
The service is hosted on Google Cloud Run and currently allows all public traffic. I initially had the webhook endpoint restricted to those IP addresses, but I've removed this check while investigating the issue.
Can you share with me the event ID?
Here is an id: evt_1M6SEtFXc5EXv7vpnAHgfAg0 (I can share more Ids if you need)
nslookup api.dev.unrealcloud.io
Server: 8.8.8.8
Address: 8.8.8.8#53
** server can't find api.dev.unrealcloud.io: NXDOMAIN
It seems like your domain is failed to resolved to IP address
nslookup api.dev.unrealcloud.io
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
api.dev.unrealcloud.io canonical name = ghs.googlehosted.com.
Name: ghs.googlehosted.com
Address: 142.250.4.121
I run the nslookup again, and it's working now.
But it' not always working. I'd suggest to check with your hosting provider.