#Problem with the service worker

4 messages · Page 1 of 1 (latest)

gaunt gale
#

Same worker does not function proparly with some domains, meanwhile it does with others. Ex. with (ifcmtrade.com, ifcmiran.net) it works fine, but the domains that I have mentioned above is not working. I do not know what may be the problem.
Waiting to hear from you soon. Thanks afterwards.

waxen mauve
#

Are you using the worker trigger (route) to talk to each of them? Like request via fetch between two workers on the same account or using service binding?

gaunt gale
#

Yes I am using the worker route and talk to each of them.

waxen mauve
#

Ye workers on the same account need to use services, you can't have two workers on the same account using fetch to each other