Base solution for your next web application

Activities of "inventiskr"

Hi zony, Migrator is okay. Do I need to run it instead of using package manager console? Because of we used update-database command in previous version, we thought we should run it. If yes, I don't care this situation, and I will run Migrator project.

Hi,

I tested to change 'SecurityTokenException' message following your guide. However, the method of rewrited 'AbpExceptionFilter' not execute.

Could you share detail guide about to change 'SecurityTokenException' message. I wanna change the message of 'SecurityTokenException'

for example, (After) { "result": null, "targetUrl": null, "success": false, "error": { "code": 0, "message": "A duplicate login has been detected.", "details": null, "validationErrors": null }, "unAuthorizedRequest": true, "__abp": true }

(Before) { "result": null, "targetUrl": null, "success": false, "error": { "code": 0, "message": "Current user did not login to the application!", "details": null, "validationErrors": null }, "unAuthorizedRequest": true, "__abp": true }

Showing 1 to 2 of 2 entries