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

Opens on localhost:3000 disregarding the settings in default.json #9

Open
kseistrup opened this issue Apr 12, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@kseistrup
Copy link

If there is a configuration file in ~/.config/oasis/default.json oasis-desktop will use whatever settings you have put in there:

oasis Configuration read defaults from ~/.config/oasis/default.json +0ms
oasis Listening on http://127.0.0.1:8027 +3s

This is all fine.

However, when clicking the Open Oasis button in the electron frame, it will launch the default browser with http://localhost:3000 and fail if the host or the port is different from localhost:3000.

Solution: If there is a default.json file available, the button should launch the browser accordingly and the help text beneath the button should reflect the host:port combo found in the settings file.


PS: I have only tried the prebuilt appimage.

@christianbundy christianbundy added the bug Something isn't working label Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants