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
Sorry you're facing this. I don't have a fix, but I'm guessing it's probably somewhere deep in the stack. Is there any interesting info if you run with export DEBUG='*' oasis?
What's the problem you want solved?
I'm trying to run Oasis on OpenBSD 6.8
I tried to force the host to be 127.0.0.1 with the config file
/home/test/.config/oasis/default.json
without better result.I tried following the build git (git clone, cd into and npm install --only=prod), and I start oasis with
node .
from the sources directory.Is there a solution you'd like to recommend?
Disabling all IPv6 address on the loopback device allows to start oasis. This is really a workaround and I don't recommend using it.
ifconfig lo0 -inet6
Default
ifconfig lo0
outputThe text was updated successfully, but these errors were encountered: