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
I'm using ring-json to deliver json data to a front end that uses reagent to render some d3 charts. I've had the simple project working locally, but when I deployed it to heroku I got the following errors (from the heroku log):
I'm not sure where to begin with this. Nor am I certain that it is a problem with ring-json. Do I perhaps need to set the headers somewhere? Any help would be greatly appreciated. Temporarily, here is a link to the project running on heroku: https://warm-dusk-72249.herokuapp.com/ . The project itself can be found at http://github.com/ezmiller/esd-viz.
The text was updated successfully, but these errors were encountered:
Did you ever resolve this, I am trying to return a very similar response and running into the same issue. It worked fine with Figwheel, but as soon as I am trying to return using jetty I get the above error.
I'm using ring-json to deliver json data to a front end that uses reagent to render some d3 charts. I've had the simple project working locally, but when I deployed it to heroku I got the following errors (from the heroku log):
I'm not sure where to begin with this. Nor am I certain that it is a problem with ring-json. Do I perhaps need to set the headers somewhere? Any help would be greatly appreciated. Temporarily, here is a link to the project running on heroku: https://warm-dusk-72249.herokuapp.com/ . The project itself can be found at http://github.com/ezmiller/esd-viz.
The text was updated successfully, but these errors were encountered: