[PR #303] [MERGED] fix: #272 Front end application base url with path #979

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/303
Author: @jacqueslorentz
Created: 9/26/2022
Status: Merged
Merged: 9/30/2022
Merged by: @meltyshev

Base: masterHead: fix-front-end-base-url-with-path


📝 Commits (2)

📊 Changes

9 files changed (+124 additions, -13 deletions)

View changed files

📝 Dockerfile (+1 -1)
client/config-overrides.js (+56 -0)
📝 client/package-lock.json (+42 -0)
📝 client/package.json (+5 -4)
📝 client/public/index.html (+1 -0)
📝 client/src/api/socket.js (+2 -1)
📝 client/src/constants/Config.js (+8 -1)
📝 client/src/constants/Paths.js (+7 -5)
📝 server/config/views.js (+2 -1)

📄 Description

Hi,
Regarding the issue #272 (maybe #43 and #111 also) I propose this solution.
It can be too complex but there is no straight-forward way to implement a react application base url at runtime.

If you have any questions/remarks I would be very happy to improve this implementation.

Thanks for maintaining this great project!


🔄 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/303 **Author:** [@jacqueslorentz](https://github.com/jacqueslorentz) **Created:** 9/26/2022 **Status:** ✅ Merged **Merged:** 9/30/2022 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix-front-end-base-url-with-path` --- ### 📝 Commits (2) - [`c203cf2`](https://github.com/plankanban/planka/commit/c203cf25aa8ce39bf81afeb05d3ab1d5b132297d) fix: #272 Front end application base url with path - [`7b1f7fb`](https://github.com/plankanban/planka/commit/7b1f7fb1cb834be4d77b7340098de506d423d301) fix: #272 Fix webpack dev server config ### 📊 Changes **9 files changed** (+124 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) ➕ `client/config-overrides.js` (+56 -0) 📝 `client/package-lock.json` (+42 -0) 📝 `client/package.json` (+5 -4) 📝 `client/public/index.html` (+1 -0) 📝 `client/src/api/socket.js` (+2 -1) 📝 `client/src/constants/Config.js` (+8 -1) 📝 `client/src/constants/Paths.js` (+7 -5) 📝 `server/config/views.js` (+2 -1) </details> ### 📄 Description Hi, Regarding the issue #272 (maybe #43 and #111 also) I propose this solution. It can be too complex but there is no straight-forward way to implement a react application base url at runtime. If you have any questions/remarks I would be very happy to improve this implementation. Thanks for maintaining this great project! --- <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:42:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#979