eventhub
eventhub copied to clipboard
The EventHub.Web app is throwing an error when I try to run it
Hi, EventHub is a distributed application. So, you need to run the EventHub.HttpApi.Host project before running the EventHub.Web application.
You can refer to the README.md.
But when I ran the EventHub.HttpApi.Host project, this is the error message that I got:
I could successfully run both projects (left: HttpApi.Host - right: Web) as can be seen in the following figure:
It seems you have some misconfigurations on your local. You can check your configurations, ensure docker containers are up and running, and also ensure Redis or Postgresql are not running on your PC locally.