Hi, v1.9.2-beta.2 did not proxy API requests properly to a real DBP backend. It seems that the cause was that the URLs were rewritten before the connect-proxy had a change to intercept the request and as a result the proxy url did not match. The fix is to add the proxy middleware before the others. I'm not sure how this impacts other functionality, it just fixes a specific issue I had.
Hi, v1.9.2-beta.2 did not proxy API requests properly to a real DBP backend. It seems that the cause was that the URLs were rewritten before the connect-proxy had a change to intercept the request and as a result the proxy url did not match. The fix is to add the proxy middleware before the others. I'm not sure how this impacts other functionality, it just fixes a specific issue I had.