Activities of "camping89@gmail.com"

Question
  • ABP Framework version: v4.3.0
  • UI type: Blazor
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue: I want to add custom claims for user but cannot find anywhere to do it. Can you please tell me what should I do to make it work? Thank you.
  • ABP Framework version: v4.0
  • UI type: Blazor
  • Steps to reproduce the issue:

When I add Navigation Property and select Modal as UI pick type

Then the generated code getting these errors

Is there any sample for this screen? I need to make a training for ABP framework for the team developing a screen just like Web > Identity Server > Client > Edit feature The hard part is I want to make it consistent with ABP so trying to reuse both UI part and backendpart (binding props) of what are done in these screens below.

  1. First screen, typical creatae/edit screen with "in-model grid" and date, text area datatype controls
  2. Second screen, what I need is a button-assigned-like list, so we can select items from left and transfer to right panel just like this.

Implement Jquery lib similar to these components is doable but I would like to mirror what are done with identity module/UI so we can have a consistent implementation with ABP. Please help advise the document if available as well.

  • ABP Framework version: v3.0.3
  • UI type: MVC
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

This is a very easy to reproduce bug.

  • The identity server web app is not working on Chrome (login page) but works on other browser.
  • It is working on FIREFOX and there is no browser specific config (of course no, but I want to make it clear)

NOTE

  • SLL is off, the selfurl of identity's appsettings.json configured to use http (picture below)

LOG

  • Firefox - OK: https://www.dropbox.com/s/a5xmejzr8vt6knu/logs-firefox-OK.txt?dl=0
  • Chrome - failed: https://www.dropbox.com/s/ijyz715vy15gjte/logs-chome-failed.txt?dl=0

Demo Video of the bug https://youtu.be/oVa3MvHHyao appsettings.json IIS Local

  • ABP Framework version: v3.0.3
  • UI type: MVC
  • Tiered (MVC) or Identity Server Seperated (Angular): yes

How can I call the API from a simple console .NET Core application or from postman? Assuming that we are trying to use the HttpApi from an independent console app which lately will be used to create as a background service.

Here are the very basic things but I can't find enough document to do the training

  • How to get access token from an API call (because the console app will be triggered by something else, not by human, this should be an API call)
  • Calling the API as anonymous user
  • Calling the API with authenticated user (using username/password OR using the access token)

Another thing is using POSTMAN to test the HttpAPI. This should work as the same way as above concerns but in POSTMAN.

The issue is the generated files are not correct. The errors are as below (please refer to the image for more infomation)

  • Error CS0115 'Pages_Stores_CreateModal.ExecuteAsync()': no suitable method found to override AbpDemo.Web D:\Workspace\abp-demo\AbpDemo\src\AbpDemo.Web\obj\Debug\netcoreapp3.1\Razor\Pages\Stores\CreateModal.cshtml.g.cs 71 Active
  • Error CS0115 'Pages_Stores_EditModal.ExecuteAsync()': no suitable method found to override AbpDemo.Web D:\Workspace\abp-demo\AbpDemo\src\AbpDemo.Web\obj\Debug\netcoreapp3.1\Razor\Pages\Stores\EditModal.cshtml.g.cs 78 Active

ABP Info/Config

  • ABP Framework version: v3.0.2
  • UI type: MVC
  • Tiered (MVC): yes

Steps to reproduce the issue:

  1. Create project from Abp suite 3.0.2
  2. Build project success
  3. Create new Entity
  4. Check if everything is created
  5. Build the solition => error
Showing 1 to 6 of 6 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11