hi
Please zip your static proxy files and appsettings.json of WebGateway to liming.ma@volosoft.com
Thanks.
hi
We will change this behavior in the next version. You can use a new route for home
eg: /Home instead of /
Thanks
ok, you can continue to test it.
Thanks.
: )
hi
abp generate-proxy --type csharp --module ksvr --url http://localhost:44303 --without-contracts
After that, run the WebCMS.Web: http://localhost:44325/ and check abp/serviceproxyscript endpoint
hi
In short, the audit logging feature in Blazor Server will not work properly.
Blazor Server uses SignalR for communication instead of separate HTTP requests.
It doesn't have any mechanism for us to intercept method calls and log them.
https://github.com/dotnet/aspnetcore/issues/30115
Sorry for that.
hi
: Module name: webCMSwebModule is invalid
You can check all modules at http://localhost:44303/api/abp/api-definition
Then generate a proxy again
abp generate-proxy --type csharp --module NewModuleName --url http://localhost:44303 --without-contracts
Thanks
hi
You can run the abp generate-proxy command in your web project(localhost:44325)
abp generate-proxy --type csharp --module YourWebCMSKSVRModuleName --url https://YourWebCMSKSVRModuleName-website-url --without-contracts
Thanks.
hi
Have you created the static proxy files?
See https://abp.io/docs/latest/guides/add-module-to-microservice#using-the-static-proxy https://abp.io/docs/latest/framework/api-development/static-csharp-clients#code-generation
hi toan.nguyen2
Have you created the static proxy files?
What is the response of /abp/serviceproxyscript endpoint?
Thanks.