Activities of "drpdev2"

I have run and logged in the Identity server and API. So, then I opend the browser and log in with angular, I have got the below issue. Although the Identity Server and API worked well.

:44364/api/abp/application-configuration:1 Failed to load resource: the server responded with a status of 500 () Access to XMLHttpRequest at 'https://localhost:44364/api/abp/application-configuration' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. HttpErrorResponse

The error image:

I already logged into the system. But It didn't work!

Clicking at the roles in Identity Management after built. I have got the below error:

core.js:6185 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value for 'width': '527'. Current value: '544'. at throwErrorIfNoChangesMode (core.js:8092) at bindingUpdated (core.js:19773) at checkStylingProperty (core.js:23355) at Module.ɵɵstyleProp (core.js:23235) at TableComponent_ng_template_16_Template (abp-ng.theme.shared.js:390) at executeTemplate (core.js:11949) at refreshView (core.js:11796) at refreshDynamicEmbeddedViews (core.js:13154) at refreshView (core.js:11819) at refreshDynamicEmbeddedViews (core.js:13154

This is the image!

I faced the exception the same on Chrome. How to fix them?

GET https://localhost:44364/api/abp/application-configuration 500 \

Failed to load resource: the server responded with a status of 500 ()

Although the API worked well, Swagger worked well

<br> Can you help me with the way how to fix them?

It seems the framework unstable. I did nothing but rebuild a few times. It worked!

I updated the latest version. After creating the module pro. I built and got these below errors.

Error NU1101 Unable to find package Volo.Abp.Identity.Pro.Web. No packages exist with this id in source(s): ABP Nightly, Cuong, Microsoft Visual Studio Offline Packages, nuget.org mDelivery.Web.Host Error NU1101 Unable to find package Volo.Abp.Identity.Pro.Web. No packages exist with this id in source(s): ABP Nightly, Cuong, Microsoft Visual Studio Offline Packages, nuget.org mDelivery.Web.Unified Error NU1101 Unable to find package Volo.Saas.Host.Web. No packages exist with this id in source(s): ABP Nightly, Cuong, Microsoft Visual Studio Offline Packages, nuget.org mDelivery.Web.Host Error NU1101 Unable to find package Volo.Saas.Host.Web. No packages exist with this id in source(s): ABP Nightly, Cuong, Microsoft Visual Studio Offline Packages, nuget.org mDelivery.Web.Unified

It means some packages ain't available to get

Could someone please help me fix them!

Answer

@yekalkan The version of Volo.Abp.Commercial.SuiteTemplates package is 2.5 in my solution. After I upgraded abp suite version to 2.6, I got this issue: Could you share how to fix it?

I refered to https://docs.abp.io/en/abp/master/Tutorials/Part-2?UI=NG#add-a-modal-to-booklistcomponent to create table by abp-table. But I cannot get the index of data to display column Order in my table.

We are generally get index as the Angular guide: https://angular.io/api/common/NgForOf Could you share how to get index in abp-table?

The following is my code, I tried to get index in #tableBody. <ng-template #tableBody let-data let-index="index"> <tr> .... <td>{{ index }}</td> ...

Hi guys,

I used Angular material to display checkbox list on abp-modal. Refer to https://stackblitz.com/angular/bepjoaebaxg?file=src/app/tree-checklist-example.ts

When I clicked Save button it was no problem. But when I Close abp-modal popup, it raised an error message. How to fix it? Could you check the error message as the following?

Showing 1 to 10 of 32 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11