Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (12.7k points)

After launching, https://github.com/kadena-io/pact-todomvc in the browser I get the error No handler accepted "/" . I've tried toggling the server.conf file to both localhost:9000 and 8080.

Is there something else I need to config? I've followed the readme.

1 Answer

0 votes
by (29.5k points)

Hi, server.conf file configures the port for the pact server, but the web app will be running on a node server and the port for this is defined in the server.js file.

If you set the port in server.conf file at 9001 and go to localhost:8080, you'll be able to see the app running unless you're already using the port or have a preconfigured port for node

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...