eventhub icon indicating copy to clipboard operation
eventhub copied to clipboard

The EventHub.Web app is throwing an error when I try to run it

Open justinfraz opened this issue 2 years ago • 3 comments

EventHub Web - Run error message

justinfraz avatar Aug 23 '23 23:08 justinfraz

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.

EngincanV avatar Aug 25 '23 07:08 EngincanV

But when I ran the EventHub.HttpApi.Host project, this is the error message that I got:

EventHub HttpApi Host error message

justinfraz avatar Aug 25 '23 07:08 justinfraz

I could successfully run both projects (left: HttpApi.Host - right: Web) as can be seen in the following figure:

image

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.

EngincanV avatar Aug 25 '23 08:08 EngincanV