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.

I downloaded and run latest version of .net core and angular project. To run the service, I tried to migrate database using package manage console.

it seems that ran without any errors but there is no data in AbpTenants, AbpUsers and AbpRoles and so on.

I tried to download and just run and migrate db but it's same. Do you have any idea about this situation?

I really need your help :(

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .net framework

If issue related with ABP Framework

  • What is ABP Framework version? 3.5

We are going to implement additional Auth. using our custom table to provide B2C. We will keep using AbpUser for Business user but now we have to provide an additional Auth for Customer. Do you have any related document or idea?

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 }

Question

Hello,

I'm testing to return custom format of data to client in few controllers not all. Howevrer, I cannot figure out how I can return custom format of json different with abp guide.

for example,

A method returned, same as your guide,

{ "success": true, "result": {}, "error": null, "targetUrl": null, "unAuthorizedRequest": false, "__abp": true }

but I wanna change method B can returned like below,

{ "code": "1", "message": null, "data": null }

Thanks :)

Could you provide the specification document of APIs & Tables?

I set "AllowOneConcurrentLoginPerUser" to true for not allow the duplicate login. So first token get failed checking after seconde login and client always receive 401 StatusCode, with message "Current user did not login to system". I want to modify 'UserFriendlyException' message like 'A duplicate login has been detected. Your connection to the server has been lost. Access time : 11AM / IP : 192.168.0.1'. How to change response message when duplicate login?

Showing 1 to 7 of 7 entries