Skip to content

Commit 4e5a1ce

Browse files
authored
Merge pull request #3060 from RedisInsight/bugfix/RI-5435_Undefined_window_id
#RI-5435 - RedisInsight connection error "Undefined window id"
2 parents 60a9472 + b169d36 commit 4e5a1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/desktop/src/lib/server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let beApp: any
2424
export const launchApiServer = async () => {
2525
try {
2626
const detectPortConst = await getPort({ port: portNumbers(port, port + 1_000) })
27-
process.env.API_PORT = detectPortConst?.toString()
27+
process.env.RI_APP_PORT = detectPortConst?.toString()
2828

2929
if (process.env.APPIMAGE) {
3030
process.env.BUILD_PACKAGE = 'appimage'

0 commit comments

Comments
 (0)