Ryan Jackson
Ryan Jackson
Is this plugin working at all?
This doesn't exist yet?
Does anyone have a work around or update?
These are both CORS issues. A "simple" solution is to just use the shell command capability. This will return the raw json from the server. ` export const command =...
For the future: This package allows for sending remote requests through a proxy. It's in the docs here: [built-in-proxy-server](https://github.com/felixhageloh/uebersicht#built-in-proxy-server). The short of it is, prepend "http://127.0.0.1:41417/" to your remote url....