You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If there is a configuration file in
~/.config/oasis/default.json
oasis-desktop will use whatever settings you have put in there:This is all fine.
However, when clicking the
Open Oasis
button in the electron frame, it will launch the default browser withhttp://localhost:3000
and fail if the host or the port is different fromlocalhost: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 thehost:port
combo found in the settings file.PS: I have only tried the prebuilt appimage.
The text was updated successfully, but these errors were encountered: