thanks, I will check the ABP.7z project.
hi
I am still having the issues with the unsupported media types.
Could you please share your code and debug logs related to this issue?
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
liming.ma@volosoft.com
Thanks.
hi
The ABP string Encryption may not be compatible with Blazor WASM. The browser doesn't support all encryption methods.
I will ask the Blazorise team for this case.
https://blazorise.com/support/issues/338/how-to-protect-our-producttoken-in-wasm-app
Thanks.
请尝试更新Client项目中的appsetings.json
{
"AuthServer": {
"Authority": "https://master.aysdlrmyy.com:28443"
},
"RemoteServices": {
"Default": {
"BaseUrl": "https://master.aysdlrmyy.com:44333"
},
"AbpAccountPublic": {
"BaseUrl": "https://master.aysdlrmyy.com:28443"
}
}
}
收到,我检查一下源码
尝试把App.razor 中的所有@rendermode="InteractiveAuto" 改成@rendermode="InteractiveServer"试试?
另外请分享Blazor和Blazor.Client的启动模块代码
谢谢
没有收到, 请上传到 https://wetransfer.com/
谢谢
你的日志级别是info. 请改成debug 后再次发送下日志
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
谢谢
hi
Could you please try removing the custom code and trying again?
In this way we can confirm if there's a problem with your custom code.
Thanks.