We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf2923 commit 78c02e9Copy full SHA for 78c02e9
libs/application-generic/src/usecases/execute-bridge-request/execute-bridge-request.usecase.ts
@@ -285,7 +285,7 @@ export class ExecuteBridgeRequest {
285
return `http://localhost:${process.env.PORT}`;
286
}
287
288
- const apiUrl = process.env.API_ROOT_URL;
+ const apiUrl = process.env.API_INTERNAL_ORIGIN || process.env.API_ROOT_URL;
289
290
if (!apiUrl) {
291
throw new Error('API_ROOT_URL environment variable is not set');
0 commit comments