Hello Team,
I hope this message finds you well.
I wanted to kindly follow up on the issue discussed in the question Why Do All Tabs Reload When Using Refresh Token in Angular with ABP. Could you please provide an update on the progress of this issue?
Is there any workaround or solution currently being considered? Additionally, if there's a tentative timeline for a fix, it would be great to know.
Looking forward to your response.
Best regards,
i have same issue from today
@liangshiwei TenantId is still inserted into db so I think currentTenant still has value Since my project was initialized from version 5.x and I am seeing in 8.3.2 AuthServerModule.cs there is a code app.UseDynamicClaims(); which I don't have Could it lead to error on my project
Are there plans to fix bugs in ABP?
This is a post to keep it open.
Did you get the results?
I'm having trouble because there are no logs. If we pay you guys will you investigate further?
for example, the following URL is the web server log when 0error occurred, but there was no error. https://bit.ly/4fEme5i
I don't need to know the cause, but is there any way to deal with it?
I wish I could find something in there, but logically, the nginx web server no longer plays a role in this issue because:
And i double check api | auth server log on datadog link here But couldn't find anything useful
@liangshiwei What I mean is CreatorName is a field I created, when calling the api, it is retrieved from the client via
this.configStateService.getOne("currentUser")
At that time, there was user information on the client but not on the server