Can you try again? The site was just under maintenance.
hi
Please check the application's logs and the browser's console.
Can you reproduce the problem in the same version of the template project?
hi
You can create a modules
folder in your existing project.
Add new modules source in it.
same with abp get-source
hi
You can temporarily update the code of chatMessageReceiving.js
, I will check in depth.
hi
Add new migrations.
dotnet ef migrations add xxx
hi
https://github.com/abpframework/abp/pull/14935
https://github.com/abpframework/abp/pull/14414
hi
Please check your HTML page code. Does the body has the abp-application-layout
class?
What's your theme? Lepton or LeptonX?
Is your AddressesDataSeedContributor class generated by the suite?
I think it should be a change brought by EF Core 7.
hi
There is an article and code.
https://community.abp.io/posts/implementing-passwordless-authentication-with-asp.net-core-identity-c25l8koj https://github.com/abpframework/abp-samples/tree/master/PasswordlessAuthentication