ok, I will check it today.
Thanks.
hi
Request starting "HTTP/2" "GET" "https"://"localhost:44359""""/api/account/my-profile""" - null null
https://localhost:44359/api/account/my-profile is just forwarding the request, it is not the real API.
When you see the 500 error, please check the logs of the real API to see the reason.
The current logs are from 1️⃣ or 2️⃣, Check the logs of 3️⃣ (microservice)
If you are unsure, please delete all websites' logs.txt files, reproduce the problem, and share all logs.txt files.
Thanks
hi
Can you prepare a minimal project to reproduce the problem and share it?
liming.ma@volosoft.com
Thanks.
hi
You can check why the code is invalid.
VerifyUserTokenAsync this is nothing to do with your grant extension
var token = await UserManager.GenerateUserTokenAsync(user, "PasswordlessLoginProvider", "passwordless-auth");
await userManager.VerifyUserTokenAsync(user, "PasswordlessLoginProvider", "passwordless-auth", token)
bwt, the question has too many replies.
Can you create a new question to reply?
Thanks
hi
Please share a screenshot of your solution structure.
Please check the logs of the real API(api/account/my-profile) website.
hi
Are you using the gateway?
Please check the service logs.
500 error logs seem to be on other websites.
[14:10:09 INF] [] Request starting "HTTP/2" "GET" "https"://"localhost:44359""""/api/account/my-profile""" - null null
[14:10:09 INF] [] CORS policy execution successful.
[14:10:09 INF] [] Handling request: /api/account/my-profile
[14:10:09 INF] [] Handling request logProject: product
[14:10:09 INF] [] Handling request logProjectGroupName: /ecs/product-dev-gateway
[14:10:09 INF] [] Handling request logProject change tenant: product
[14:10:09 INF] [Product] Executing endpoint '"Volo.Abp.Account.ProfileController.GetAsync (Volo.Abp.Account.Pro.Public.HttpApi)"'
[14:10:09 INF] [Product] Route matched with "{area = \"account\", controller = \"Profile\", action = \"Get\", page = \"\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Volo.Abp.Account.ProfileDto] GetAsync()" on controller "Volo.Abp.Account.ProfileController" ("Volo.Abp.Account.Pro.Public.HttpApi").
[14:10:09 INF] [Product] Executed action "Volo.Abp.Account.ProfileController.GetAsync (Volo.Abp.Account.Pro.Public.HttpApi)" in 13.5452ms
[14:10:09 INF] [Product] Executed endpoint '"Volo.Abp.Account.ProfileController.GetAsync (Volo.Abp.Account.Pro.Public.HttpApi)"'
[14:10:09 INF] [] Finished handling request.
[14:10:09 INF] [] Request finished "HTTP/2" "GET" "https"://"localhost:44359""""/api/account/my-profile""" - 500 null "application/json" 195.4187ms