Activities of "jalalonagh"

  • ABP Framework version: v8.2.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

We have commercial version of your framework and we have a problem when creating the release version.

When I take the release version by Visual Studio, it is created completely and we don't have any problems in the execution, but when I create the release version with the .net command, some folders are not created. Below are the names of the folders. I write .

modules views pages

thats my cli dotnet command is : dotnet publish src\sps_portal.HttpApi.Host\sps_portal.HttpApi.Host.csproj -c Release -o publish

hi

we have single iis website to publish abp (backend net core) and abp (front angular) project into this single site . this is a my configurations : sample ip : 192.168.1.25

after deploy i have problem to routing in iis website . we fix some of this with web.config file like this.

my problem after all of this . into angular project login button not working . login button call angular function return this.authService.loginUsingGrant('password', this.userForm.value);

my errors :

i need solution to solve this problems

thanks.

hi i want to make role selectable by user into abp/angular side . user can see menus and items only for your selected role. i want to make dropdown menu for user roles top of navigation menu for select . menu list will be change after change role selection.

how i can do it into abp commercial angular project ?

Question

The OpenidDict works fine on my development machine in debugging mode. But the release version doesn't work on IIS. Also, I checked it using dotnet commands, and login doesn't work.

I must switch from OpenidDict to Pure JWT or other authentication services. Could you please guide me or help me with a sample on how to use PureJWT?

Showing 1 to 5 of 5 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21