Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
justinfraz opened this issue Aug 23, 2023 · 3 comments
Open

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

justinfraz opened this issue Aug 23, 2023 · 3 comments

Comments

@justinfraz
Copy link

EventHub Web - Run error message

@EngincanV
Copy link
Member

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.

@justinfraz
Copy link
Author

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

EventHub HttpApi Host error message

@EngincanV
Copy link
Member

EngincanV commented Aug 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants