Bpp network connection issue #21
Unanswered
suraj-tekdi
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While trying to call the bpp network api, I am facing this issue. on request.ts. this if block is not working.
if (
getConfig().app.mode == AppMode.bpp &&
getConfig().app.gateway.mode === GatewayMode.network
)
even if I comment out this condition I am facing isuue.
Beta Was this translation helpful? Give feedback.
All reactions