Can you share thecsproj
file content of your web project?
And why this error occurs.
The cookies contain a tenant but the tenant doesn't exist. You can try it in the incognito mode of your browser.
The log seems to be incomplete.
hi
You can add a service to configure AbpRabbitMqOptions
. Remove this service from DI in the unit test.
https://andrewlock.net/simplifying-dependency-injection-for-iconfigureoptions-with-the-configureoptions-helper/
hi
Please share your configure and AddOpenIdConnect
code.
Domain project is trying to connect to broker(RabbitMQ)
You can try to prevent it from connecting in the unit test. eg: Create a service to connecting then mock it in the unit test.
Thanks @gvnuysal
What is your previous version?
Is there an error just because of upgrading to 5.0?
You should exclude Rabbitmq from your unit tests.