I have set up a worker on my account, it sends log data on another endpoint.
the worker is working in editor, but when I deploy, it’s not sending data on the endpoint.
*I have added routes
- .domain.com/
- domain/*
I have set up a worker on my account, it sends log data on another endpoint.
the worker is working in editor, but when I deploy, it’s not sending data on the endpoint.
*I have added routes
Have you defined https:// or http:// on the route?
domain.com/* not the same as domain.com
Add domain.com too.