You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workers cannot accept requests from outside nodes. cors_allowed_origins = ["*"] parameter in config.toml presented and it worked before.
Firstly, check if the generated config is used in workers.
The text was updated successfully, but these errors were encountered:
Workers cannot accept requests from outside nodes.
cors_allowed_origins = ["*"]
parameter inconfig.toml
presented and it worked before.Firstly, check if the generated config is used in workers.
The text was updated successfully, but these errors were encountered: