sindelio / hyperledger-fabric-traceability-framework

Supply chain framework built on top of Hyperledger Fabric.
MIT License
28 stars 10 forks source link

Localhost:8090 #18

Closed Zaidanaufa closed 3 years ago

Zaidanaufa commented 3 years ago

after i ran 7.5, i'm still unable to connect to localhost:8090 and the localhost:5000 just show "Hello Traceability framework!" text. What should i do?

sindelio commented 3 years ago

Hey Anggita,

Try to apply the troubleshooting techniques described. Also, make sure to use the exact versions mentioned for all dependencies, else it might not work. This repo is getting outdated, I don't have time to maintain it, so in the worst case scenario go take a look at the official docs from Hyperledger.

Good luck!

On Wed, May 26, 2021 at 5:29 AM Anggita Aufa Fakhri Zaidan < @.***> wrote:

after i ran 7.5, i'm still unable to connect to localhost:8090 and the localhost:5000 just show "Hello Traceability framework!" text. What should i do?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sindelio/hyperledger-fabric-traceability-framework/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/AERJ742LLYYDEVB2MLKRDOTTPSWORANCNFSM45ROXAAQ .

Zaidanaufa commented 3 years ago

Okay, thanks

ufuf commented 3 years ago

@Zaidanaufa if you are still looking for an answer

Explorer images are set as latest but a lot has changed since this repo was built. You need to set version accordingly. I tried with this and it is working.

image: hyperledger/explorer-db:latest -> image: hyperledger/explorer-db:1.0.0-rc2 image: hyperledger/explorer:latest -> image: hyperledger/explorer:1.0.0-rc2