Closed P9avel closed 2 years ago
@P9avel migration is running successfully. error is coming from rabbitmq and redis. there is no rabbitmq and redis config in the appsettings of dbmigrator. if you are in part 6. ignore this and move along to the next part.
I am get sources from repository. i am run command 'tye run', but cannot loggining by admin@abp.io 1q2w3E*
@P9avel I just tried it seems to work. check the logs.
Can you to prepare docker compose file with DBMS, RabbitMQ and Redis. I am want open solution in VS and run whole application by button press. Many thinx for your work and articles
@P9avel my docker stack is here https://github.com/antosubash/docker_stack
I am dont undestand what i did wrong. can you to see my video?
Issue was in empty AbpUser table. Because when creating new User in Rabbit sending events. But in Tasky.DbMigrator in appsettings.json not exists settings. Please add values in appsettings.json
"RabbitMQ": { "Connections": { "Default": { "HostName": "localhost" } }, "EventBus": { "ClientName": "Tasky_DbMigrator", "ExchangeName": "Tasky" } }, "Redis": { "Configuration": "127.0.0.1" }
Hi, please look image