Can you share some screenshots to explain?
You can check this demo. https://github.com/abpframework/abp-samples/tree/master/ElsaDemo
System.MissingMethodException: Method not found: '!2
Did you add AutoMapper package to your project? if so please remove it.
hi
You can debug the TenantAppService to check the events are published.
override some method of TenantAppService, download the source code of saas module.
GET https://innovainsportsapi.azurewebsites.net/.well-known/openid-configuration 502 (Bad Gateway)
Your blazor doesn't seem to be able to reach this site.
I suggest you download the source code of the saas module for analysis.
If your change too much, you can add the source code of saas to your project.
https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement
hi
Do you install the yarn? https://yarnpkg.com/
You can remove the node_modules and retry.
hi
You should depend on Chat's modules in your layered modules just like any other modules.
> aspnet-core\src\MyCompanyName.MyProjectName.Web\bin\Debug\net6.0\publish> $env:ASPNETCORE_URLS="http://localhost:8001"
> aspnet-core\src\MyCompanyName.MyProjectName.Web\bin\Debug\net6.0\publish> dotnet .\MyCompanyName.MyProjectName.Web.dll
[09:41:43 INF] Starting web host.
[09:41:44 INF] Initialized all ABP modules.
[09:41:44 INF] Now listening on: http://localhost:8001
[09:41:44 INF] Application started. Press Ctrl+C to shut down.
[09:41:44 INF] Hosting environment: Production