Custom Domain seems to behave differently.

I am trying to enable a custom domain on Workers, which works fine (DNS-wise). But when I open the URL I get a 500 internal server error for the custom domain, but not for the workers.dev domain, which works as intened. For confidential reasons, I cannot share the URL. The worker applications connects to a headless cms, using graphql and server side fetch. Environment is exactly the same, so I guess my question would be if there is anything that behaves differently behind a custom domain instead of the workers.dev domain? Something that would cause certain fetch actions to behave differently which might cause the errors?
1 Reply
texan
texan3mo ago
Is the 500 coming from your worker or origin? I would start by trying to figure out where the error is coming from. Workers observably could help if you have logs enabled

Did you find this page helpful?