Activities of "liangshiwei"

You can try to change the field length

you need to pass the access_token

for example:

public class IndexModel : IndexModelBase
{
    public string Token { get; set; }
    
    public IndexModel(IChatsAppService chatsAppService)
        : base(chatsAppService)
    {
    }

    public override async Task OnGetAsync()
    {
        Token = await HttpContext.GetTokenAsync("access_token");
    }
}
@section scripts
{
    <script>
        var token = '@Model.Token';
    </script>
    <abp-script src="/Pages/Chats/index.js" />
    <abp-script type="typeof(SignalRBrowserScriptContributor)" />

@*//<suite-custom-code-block-2>*@
@*//</suite-custom-code-block-2>*@
}
var connection = new signalR.HubConnectionBuilder().withUrl("https://localhost:44367/signalr-hubs/chat?access_token="+token).build();

Hi,

This can solve the problem, and it will be included in the next patch version (8.2.1) https://support.abp.io/QA/Questions/7458/Abp-820-Hangfire-errror-with-redis-db#answer-3a1392c1-9efc-888a-acae-14a9415640ce

Hi,

i can reproduce the problem, but I'm not a syncfusion expert. sorry, I can't find what the problem is

you can get help from syncfusion https://www.syncfusion.com/forums/aspnetcore-js2

I refunded your ticket

HI,

This is related to your code. You can check this to understand better: https://medium.com/@nizzola.dev/how-to-solve-jsonexception-a-possible-object-cycle-was-detected-9a349439c3cd

ok, i'm checking

You add the ChatHub in the HttpAPI.Host project, the client(web) needs to connect to the HttpAPI.Host You used the wrong url

See my commit: https://github.com/Ibrahimsrgz/BasicSignalRApp/compare/fix?expand=1

[PII of type 'System.Text.StringBuilder' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]

you can set Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII = true; to get the log details.

you can share a simple example with me, i will check it.

Is the configuration added in Auth Server in the sample you provided?

No, i didn't do any configuration else. that's all

you can share a simple example with me, i will check it.

my email is shiwei.liang@volosoft.com

Showing 1631 to 1640 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 21, 2026, 06:18
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.