You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: