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
Hi, I'm trying to collect some metrics from react application, but When metrics are sent to the gateway there is a CORS request with OPTIONS method that return 404. I tried to set --cors to different values but it seems like this is not the issue. Can I make /metrics endpoint to respond to OPTIONS request with correct Access-Control-Allow-Origin header?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to collect some metrics from react application, but When metrics are sent to the gateway there is a CORS request with OPTIONS method that return 404. I tried to set --cors to different values but it seems like this is not the issue. Can I make /metrics endpoint to respond to OPTIONS request with correct Access-Control-Allow-Origin header?
Thanks
The text was updated successfully, but these errors were encountered: