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
Port 8080 is a very common port for anyone running local web development servers, so having the UI listening on that port gives a high chance of conflict.
Why not use an out the way port (e.g. 41256) to avoid any chance of conflict.
The text was updated successfully, but these errors were encountered:
Oh, then it is not actually related to IPFS Desktop. It's the daemon running inside, which generally uses the repository at your home directory. You can change the configuration there ($HOME/.ipfs/config).
We could change it on development (npm run start), but it doesn't make sense to be changing an IPFS Repository configuration for one time runs. The other option would be to have a repository only for development purposes. Although I can't imagine why would that be useful.
I hope it helps!
I'm closing this because this is a duplicate of an issue posted on other repository. Please take a look at: ipfs/kubo#874
Port 8080 is a very common port for anyone running local web development servers, so having the UI listening on that port gives a high chance of conflict.
Why not use an out the way port (e.g. 41256) to avoid any chance of conflict.
The text was updated successfully, but these errors were encountered: