Closed
Description
I'm getting into widgets now, and they had an issue connecting when on my reverse proxy, but worked fine when directly going to the port. I saw in troubleshooting this can be solved with useProxy: true
, which did resolve my issue. I'm now copy/pasting it to all of my widgets which pull from self-hosted services.
It'd be nice if useProxy: true
could be a global widget setting so I don't need to copy it on each widget, since my configuration seems to require it on all.
I guess external widgets may not require it, not sure if there's fallout of this being set on those as well?