Activities of "Karunakar"

Provide us with the following info: 🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration button.

  • ABP Framework version: latest
  • UI Type: Angular
  • Database System: EF Core (MySQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes(micro services architecture with separate modules)
  • Exception message and full stack trace: Forbidden
  • Steps to reproduce the issue: While calling the remote api from another api appservice to appservice getting forbidden error.
  • I have a vendor enity with crud operations service in vendormodule and that is having list of addresses this address entity crud operations are in coreaccounting module.
  • after saving the vendor i need to save list of addresses belongs to this vendor while calling the address service saveall method in coreaccouning module getting forbidden error all the configgurations are made correctly.
  • ABP Framework version: latest
  • UI Type: Angular
  • Database System: EF Core (MySQL.)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace: While trying to delete a record from context getting System.InvalidOperationException : The property 'Cusotmer.ExtraProperties' could not be found. Ensure that the property exists and has been included in the model.
  • Steps to reproduce the issue:
    1. Create and Entity by using AggregateRoot<Customer, Guid> and also have ISoftDelete interface.
    1. While model creation we igonred ExtraProperties and dont want this property in our table.
    1. try to delete(set isDelete=true) a record based on ISoftDelete by DeleteAsync method from repository using IRepository<> interface.
    1. Will get Exception System.InvalidOperationException : The property 'Cusotmer.ExtraProperties' could not be found. Ensure that the property exists and has been included in the model.
    1. We need the IsoftDelete needs to update the record filed IsDelete=0 without expecting the property ExtraProperties.

Note : While deleting we are using IHasDelettionTime interface for entity so that it will updating the DeletionTime filed but we need DeletorId like CreatorId while deleting the record to identity who deleted the record. *

  • ABP Framework version: latest
  • UI Type: Angular
  • Database System: EF Core (MySQL.)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:Plesae provide a sample project that having sample test case to check the appservice with sample data
  • Steps to reproduce the issue: *Create a module using ABP studio that module can also contain test project. *Write a test case to check the Appservice present in application project. *Write test case with using test Data that need to verify weather the service is working fine or not. *Repository needs to show the nserted test records. *After redirected to AppService while debugging the respository still show the inserted test records.
Question

After installing the Abp studio I have tried to login but showing the below text. I tried even uninstalled and reinstall the studio getting the same issue.

  • ABP Framework version: v8.2.1
  • UI Type: Angular / MVC / Blazor WASM / Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue: try to login in to Abp studio
Showing 1 to 4 of 4 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 16, 2025, 11:47