6— Known Bugs & Important Caveats
Nomad is a work in progress, and we're always finding and fixing bugs to make it great. Feel free to create issues or put up a PR if you want to contribute to the project! Here is a current list of caveats / known issues / bugs.
- For using Nomad in a web browser, we've only tested with Chrome.
- Publishing and subscribing in the same running browser doesn't work, unless one of the windows is an incognito window.
Troubleshooting
Not seeing any messages? Make sure you started IPFS:
ipfs daemon
Still having trouble? Kill Node.js, turn on verbose logging, and try again:
export DEBUG="nomad*"
node subscribe.js