Hi there, I am unable to reach my sst api via the ...
# help
p
Hi there, I am unable to reach my sst api via the given
customDomain
. I am using the API construct and my config looks like this:
Copy code
customDomain: {
   hostedZone: "<http://spedifux.ch|spedifux.ch>",
   domainName: "<http://api-dev.spedifux.ch|api-dev.spedifux.ch>",
   path: "test",
}
Have tried to comment out and deploy, than uncomment and redeploy several times now, as I have read that this helps in some cases. Strangely enough I can see the domain is correctly configured in API-Gateway “Custom domain names” and I see the A-Record in Route53 pointing to the correct
...execute-api.eu-central-1...
address. But I always get a “Connection refused” Error when trying to access. Any ideas?
f
Hey @Paul.. that looks right
I’m hitting the
<https://api-dev.spedifux.ch/test>
it shows
Forbidden
Are you seeing the same?
p
Hey @Frank for some reason it just worked when I tried again today. Very strange, maybe aws needs some time to setup the routing correctly or it was a caching issue on my side. But thanks anyways.