[Bug]: websocket error if there is space between 'BASE_URL=' *here* 'planka.mydomain.com' #584

Open
opened 2026-02-04 20:26:28 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @drascom on GitHub (Oct 5, 2024).

Where is the problem occurring?

I encountered the problem while using the application (Frontend)

What browsers are you seeing the problem on?

Brave, Chrome, Firefox, Microsoft Edge, Safari

Current behaviour

https://sub.domain.com opening but after login only i can see infinite loading screen.
At Console there is bunch of ws:// https...... connection errors

Desired behaviour

BASE_URL=https://sub.domain.com or BASE_URL= -space- https://sub.domain.com should be work

Steps to reproduce

For Docker installation if you add space while entering domain name to BASE_URL at docker-compose.yml file installation completing successfuly also (with extenal nginx proxy manager in my case ) https://sub.domain.com opening and i can reach the login screen but after login
At Console there is bunch of ws:// https...... connection errors

Other information

No response

Originally created by @drascom on GitHub (Oct 5, 2024). ### Where is the problem occurring? I encountered the problem while using the application (Frontend) ### What browsers are you seeing the problem on? Brave, Chrome, Firefox, Microsoft Edge, Safari ### Current behaviour https://sub.domain.com opening but after login only i can see infinite loading screen. At Console there is bunch of ws:// https...... connection errors ### Desired behaviour BASE_URL=https://sub.domain.com or BASE_URL= -space- https://sub.domain.com should be work ### Steps to reproduce For Docker installation if you add space while entering domain name to BASE_URL at docker-compose.yml file installation completing successfuly also (with extenal nginx proxy manager in my case ) https://sub.domain.com opening and i can reach the login screen but after login At Console there is bunch of ws:// https...... connection errors ### Other information _No response_
Author
Owner

@meltyshev commented on GitHub (Oct 5, 2024):

Hi! Thanks for reporting this. You're right, it looks like we need to trim BASE_URL and possibly other environment variables as well.

@meltyshev commented on GitHub (Oct 5, 2024): Hi! Thanks for reporting this. You're right, it looks like we need to trim `BASE_URL` and possibly other environment variables as well.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#584