aspnetrun / run-aspnetcore-microservices

Microservices on .Net platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
https://www.udemy.com/course/microservices-architecture-and-implementation-on-dotnet/?couponCode=JUNE24
MIT License
2.53k stars 1.38k forks source link

Project doesnt work #84

Closed idevcm closed 2 months ago

idevcm commented 2 months ago

I've been following the Readme, everything is ok.

When i try to access https://localhost:6065/ it doesn't work, im using .NET 8 and i've followed those 3 steps.

Any ideas?

selimkayali commented 2 months ago

Hi @idevcm , I suppose that you follow steps from the 1st section and its 3rd video. I got exact same issue running without debugging. I tried to start with debug mode and working fine right now. Hope this would help. Best.

PS. After some time, (maybe seeding and other process done), it also working without debugging mode.

idevcm commented 2 months ago

Yes, now it works!