Base solution for your next web application

Activities of "ajayak"

Hello,

I'm trying to update my project to AspNetZero V12.0.0-rc.1. When running the Angular project, I get a blank page the following error in browser console:

No error in command prompt

I'm sure it is an error in merging the framework update branch, but I cannot find the cause of this issue. Any idea on where to look?

The following files are correctly updated:

  1. angular.json
  2. root.module.ts
  3. root.component.ts
  4. AppPreBootstrap.ts
  5. app.component.ts
  6. app.component.html
  7. app.module.ts

How can I add TraceId in the swagger wrapper response?

{ "traceId": "My trace Id here", "result": null, "targetUrl": null, "success": false, "error": { "code": 0, "message": "An internal error occurred during your request!", "details": null, "validationErrors": null }, "unAuthorizedRequest": false, "__abp": true }

Showing 201 to 202 of 202 entries