- ABP Framework version: v4.4.3
- UI type: Blazor Server
- DB provider: EF Core
When will there be support for the Payments UI (configuration through the Admin UI) and Chat for Blazor Server?
For example, currently when I try to install Payments using the Cli or Suite I get:
appsettings file could not be found. Path : D:__repo\Test\aspnet-core\src\Test.Blazor\wwwroot\appsettings.json
2 Answer(s)
-
0
When will there be support for the Payments UI (configuration through the Admin UI) and Chat for Blazor Server?
Can you explain in details of configuring Payments and chat?
we'll test the if there's any issue while adding payment module to the Blazor-Server project.
-
0
Hello, as a result of my tests, I encountered the same problem, it's a bug.
As a workaround, I copied the
appsettings.json
file inside theMyProjectName.Blazor
project into theMyProjectName.Blazor/wwwroot folder
.I'm creating an internal issue related to the topic.