[PR #772] [MERGED] Fix : Wrong path to socket.io in production mode #1096

Closed
opened 2026-02-04 21:49:51 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/772
Author: @emmguyot
Created: 5/23/2024
Status: Merged
Merged: 5/24/2024
Merged by: @meltyshev

Base: masterHead: fix-Deploy


📝 Commits (1)

  • 7749b09 Fix : Wrong path to socket.io in production mode #768

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 client/src/api/socket.js (+1 -1)
📝 client/src/constants/Config.js (+2 -0)

📄 Description

Fix the issue : Wrong path to socket.io in production mode when client and server are different #768

It occurs when trying to deploy planka with different directories, such as :


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/772 **Author:** [@emmguyot](https://github.com/emmguyot) **Created:** 5/23/2024 **Status:** ✅ Merged **Merged:** 5/24/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix-Deploy` --- ### 📝 Commits (1) - [`7749b09`](https://github.com/plankanban/planka/commit/7749b09cef7fc9b8043ef3760b91efd6dfbf8649) Fix : Wrong path to socket.io in production mode #768 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/src/api/socket.js` (+1 -1) 📝 `client/src/constants/Config.js` (+2 -0) </details> ### 📄 Description Fix the issue : Wrong path to socket.io in production mode when client and server are different #768 It occurs when trying to deploy planka with different directories, such as : - server is accessed at https://xxxx/tasks - client is accessed at https://xxxx/planka --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:49:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1096