I don't think it is right now.
Before running the project, we need to run a npm task to bundle and minify the CSS and JavaScript files. In order to do that, we can open a command prompt, navigate to root directory of *.Web.Mvc project and run npm run create-bundles
command. This command should be run when a new npm package is being added to the solution. Or you can just build your solution and all bundles will be updated automatically.
Take a look at this document https://aspnetboilerplate.com/Pages/Documents/Handling-Exceptions#ajax-requests
You don't need to care about tenant-related things when you disable multi-tenancy(Users can set the tenant id). In the case of multi-tenancy: the default tenant can be removed or modified.
Please refer to the tenant and host documentation Multi-Tenancy#host-vs-tenant
You need to replace the two Urls with {TENANCY_NAME}
Please see the documentation: https://aspnetzero.com/Documents/Development-Guide-Angular?#angular-solution
What is the http return message from the browser when you throw an exception in the interceptor? (status code and response body)
You can inject IHttpContextAccessor
and then remove the __PerRequestSessionCache of the Items
Try it locally: npm run publish
to see the environment.
What is your zero version?