-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are the requirements for the endpoint response to make it work for .updateData? #42
Comments
tried to do the same with |
Tried a bit different approach to make the endpoint return a JSON file, nothing actually changed, UI still hangs.
|
@denismakogon I'm doing a similar setup - chrome console logs is throwing the allow-origin error for me, so that might be what you're running into as well:
|
@cglewis Try to paste the first function at the beginning of your service - after the app declaration. It could be the issue with the CORS |
I had a similar issue, but it worked after i did certain changes, so summing it up here,
|
So, i'm trying to implement simple thing - instead of relying on static JSON file call external service to return JSON object.
So, i have an endpoint that returns the following JSON:
cURL output:
My code looks like this:
But i'm facing the problem, i can't get graph visualized, it stucks loading the graph for some reason:
I do see that vizceral app sends the request to the endpoint and it responds back with appropriate response (you can see that above). However, can't get graph visualized.
Looking forward to get help on this, thanks.
The text was updated successfully, but these errors were encountered: