Hans Lellelid
Hans Lellelid
I can try to test this out soon (I abandoned chartjs in favor of Highcharts, due to the clunkiness of having the iframe, among other things), but IIRC the iframe...
I'm getting a little farther with this config in `aurelia.json` ``` { "name": "chart.js", "path": "../node_modules/chart.js/dist", "main": "Chart.min" }, { "name": "aurelia-chart", "path": "../node_modules/aurelia-chart/dist/amd", "main": "index", "resources": [ "elements/chart-element.js", "elements/chart-element.html",...
@jbnv, thanks -- yeah, I'm not getting errors but chart isn't drawing. Puzzled about the issue, so I opened #27 .
> Hey @hozn, thanks for the issue. Can you also try setting the PREFECT_UI_URL env var as well? Also circling up with some folks internally on if there are other...
@devjoca thank you so much! Testing this now, but did want to clarify -- did you mean to use "prefect3" in the `rewrite ^/prefect3/api ...` line?
@devjoca -- yup, no problem; I fixed that in my local config and it does indeed seem to work great. Thank you! I did not know about the `PREFECT_UI_SERVE_BASE` env...