Base solution for your next web application
Open Closed

Upgrade From Version 8.0 to 10.3 #10346


User avatar
0
mahendra created

Hi,

We followed your below document to upgrade our project version from 8.0 to 10.3 https://docs.aspnetzero.com/en/common/latest/Version-Updating

The issue that we are facing after upgrade is: GraphQL is not sending the AuthToken in the Authorization Header of the Http Request (see the below screen shot). and hence the call is not entertained by the AppService as the AppService class is decorated with [AbpAuthorize] attribute.

Could you please give me a hint what would have went wrong....and I should double check...

Regards, Mahendra


2 Answer(s)
  • User Avatar
    0
    mahendra created

    It seems that AbpInterceptor is not working somehow..... But interestingly for calls other than GraphQL (that is service call) is working fine and the HTTP Headers are being set by the interceptor.

    Its only the GrpahQL call in which HTTP Headrs and not getting set...

  • User Avatar
    0
    mahendra created

    My bad....I had not included service proxy module in my component's module...