but can still be accessed by other classes in the project?
What does it mean?
This request requires a tenant ID, you can't request it directly. Angular will automatically set the tenant ID. So it will be obtained normally in the application.
https://github.com/aspnetzero/aspnet-zero-core/blob/d44aa6324c1162cb948ccf84f818e6b0f49b94fd/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/Controllers/TenantCustomizationController.cs#L170
AbpSession.GetTenantId() If the tenant ID is not obtained correctly, this method will throw an exception, causing the error you see.
Please check the App_Data/Logs/Logs.txt log file (default log configuration)
Please share the logs of the backend application.
I use the latest demo application, and I haven't reproduce the problem you encountered. Can you talk about it in detail? If you have a screenshot please share.
Waiting for your PR :) https://github.com/aspnetzero/aspnet-zero-core/pulls
I will fix it, thanks for feedback.
Looking at the content using console.log(record)?
Is it the same problem? https://github.com/aspnetboilerplate/module-zero-template/issues/131
Can you access the http://localhost:22742/swagger/v1/swagger.json URL?
in you nswag file: https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/nswag/service.config.nswag#L5