Replies: 1 comment 1 reply
-
|
@TriLogic can you set BLACKLIST_IPS="" in your environment variables |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using the latest Github pull loaded to docker. I built a proxy service to connect to Testrails because Budibase does NOT like the way Testrails WebAPI call are formed. Budibase forces the WebAPI path to a variable which does not work.
The proxy works great from localhost using http://localhost:10089/health.
The bbworker can curl to the proxy and return the health check json using http://testrails-proxy:10089/health.
Budibase UI will not allow me to define an API that uses http://testrails-proxy:10089 as the base API call and "health" or "/health" as the path. Clicking on the SEND button causes the bbapp log to show the following:
"URL is blocked or could not be resolved"
There is no AUTH needed for this call. I've been working on this for hours with no solution. Any suggestion of help would be greatly appreciated.
I'd prefer to not have to use the proxy but there doesn't seem to be a way not to.
Beta Was this translation helpful? Give feedback.
All reactions