Cloudflare workers domain not resolving on spaces

I am calling some api hosted on cf wokers with domain like abc.zyz.workers.dev , spaces network can’t resolve it .After looking into this issue more I hosted one test app there it was not working either.One more thing I use my custom domain with workers it works.

hi @anon35544869 ,

Can you please give us a bit more context? What endpoint are you trying to reach from your CF worker? Can we test it?

Sure @radames . Just deployed a test app here https://test.redux.workers.dev and ran below curl in spaces vm

curl "https://test.redux.workers.dev"
curl: (6) Could not resolve host: test.redux.workers.dev

This only happens with workers domain also apps hosted on cloudflare pages are working fine which have pattern like *.pages.dev but domain have two dots. I reckon three dots in domain name is causing issue this issue and its not just specific to cloudlfare.