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
So, the idea is pretty straightforward, i have an endpoint that ships config in application/json or application/octet-stream format, the content of the response is valid (tried to save data into a file and it worked).
But when i'm trying to make an application get the config from the endpoint - UI starts hanging forever, code looks like:
Original issue: Netflix/vizceral-example#42
So, the idea is pretty straightforward, i have an endpoint that ships config in
application/json
orapplication/octet-stream
format, the content of the response is valid (tried to save data into a file and it worked).But when i'm trying to make an application get the config from the endpoint - UI starts hanging forever, code looks like:
I can see that the app is capable to reach out my endpoint and the request was successful, but no luck displaying the graph, unfortunately.
The text was updated successfully, but these errors were encountered: