Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve host and port number when connecting to backend via websocket #324

Open
pun-ky opened this issue Dec 10, 2020 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@pun-ky
Copy link

pun-ky commented Dec 10, 2020

it is interesting because logging in works when CB is deployed on a different port number.
however, doing any other stuff like changing some board title is not working in that case:

image

please fix it to make that tool more adaptable in various deployment options.

@pun-ky
Copy link
Author

pun-ky commented Dec 10, 2020

how about extracting the current port number right before requesting ws://localhost to update it to ws:localhost:8099 as in my case? by using JS and browser API (window.location.x) it seems that it is easy to do...

image

@szymon-owczarzak
Copy link
Contributor

@pun-ky thank You for your feedback - we will take a look at it when we have some resources.

@szymon-owczarzak szymon-owczarzak self-assigned this Dec 10, 2020
@szymon-owczarzak szymon-owczarzak added the enhancement New feature or request label Dec 10, 2020
@szymon-owczarzak szymon-owczarzak removed their assignment Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants