Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use Arena with an AppGateway #280

Open
JoJ123 opened this issue Nov 16, 2020 · 1 comment
Open

How to use Arena with an AppGateway #280

JoJ123 opened this issue Nov 16, 2020 · 1 comment

Comments

@JoJ123
Copy link

JoJ123 commented Nov 16, 2020

Hi,
we are using an AzureAppGateway for our WebApps.

WebApp1: (basePath: /app-runer)
https://test.my-domain.com/api/...

I tried the following:
const arena = ...
{ disableListen: true, basePath: "/api" }
app.use('/bull-arena', arena);

With this setting the Arena is not loading anymore at all under this url:
https://test.my-domain.com/api/bull-arena/

When I remove the base path from the config:
{ disableListen: true }
I can reach out the Arena, but no of the Links are working as they don't include the /api

@JoJ123
Copy link
Author

JoJ123 commented Dec 4, 2020

@skeggse Is there no solution?
We are also using bull-dash it's working fine there, but both libraries have their benefits :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants