It works fine now. Thanks
Hello,
Any news about it please?
Sorry, the link of my first message was wrong...
I did this yes:
https://github.com/abpframework/abp/pull/15337/files#diff-e56244fece49a709a76bf89ab104f8ebea9da142d8952faa2e1e33edb4379c18
I just removed headers as you said then and it works well, thanks
I found the issue.
Nothing related to ABP actually. The problem is because some changes happened when changing target 2015 to 2022 in home.component.ts
Not sure if what I was doing before was a bad practice or not, but I changed where I call my services:
And now all if working well.
I close the ticket then
On default-home.compoments.ts, you implement it this way:
import { OAuthService } from 'angular-oauth2-oidc';
constructor( private oAuthService: OAuthService )
this.oAuthService.revokeTokenAndLogout()
In my service, it is the same way I did implement it:
Then I tried to call it with:
token = 'Bearer ' + this.oAuthService.getAccessToken();
But in my browser console I have
ERROR Error: Uncaught (in promise): TypeError: this.oAuthService is undefined
And note that it was working fine in ABP 5
Thanks
I am not sure to understand, audit is done from appservice methods, so it should not matter if the method is called from Blazor or anything else right?
Give more explanation about it please.
My main issue is this:
But most of other methods from my application services do not appears but they should if I did not add "[DisableAuditing]" right?
Something even more strange, I have a method that run any times I login to build my menu, when login as admin it write on the log table, but if log with another account it doesn't...
Ok thanks to let me know, can you refund my ticket then?
I just shared it from Github
No,
It is a template and I did nothing appart of generating it, not any edit