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
Hi, I have git cloned the repo and installed the latest version of Go on an Ubuntu server.
From the instructions it seems a simple case of just running the main.go file
Everything runs fine until it gets to a specific directory creation point:
I have manually created the directory structure "data/badger" inside my cloned folder
then I got a IPFS PubSub error and enabled it by adding the UsePubsub flag in the config under IPNS
Then it runs fine
I can't however access the POA on localhost:3000 , I am using a simple reverse proxy which works for the IPFS webui on port 5001 but POA gives a gateway error as though nothing is actually running on localhost:3000
Hi, I have git cloned the repo and installed the latest version of Go on an Ubuntu server.
From the instructions it seems a simple case of just running the main.go file
Everything runs fine until it gets to a specific directory creation point:
I have manually created the directory structure "data/badger" inside my cloned folder
then I got a IPFS PubSub error and enabled it by adding the UsePubsub flag in the config under IPNS
Then it runs fine
I can't however access the POA on localhost:3000 , I am using a simple reverse proxy which works for the IPFS webui on port 5001 but POA gives a gateway error as though nothing is actually running on localhost:3000
Any advice appreciated thank you.
The text was updated successfully, but these errors were encountered: