Activities of "fernando.guilherme"

  • ABP Framework version: v8.0.1
  • 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:

Hey,

I am unable to replace the InlineTemplateContentComponent and TemplateContentsComponent components.

Could you help me?

Oi você pode por favor compartilhar seu código?

Hi,

I already tried this solution above but it didn't work.

Yes, I can... do you prefer it in print or the code itself?

  • ABP Framework version: v8.0.1
  • 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:

Hello, This solution didn't work for me, regarding { provide: AbpFormatErrorHandlerService, useValue: AbpFormatErrorHandlerCustomService }, https://support.abp.io/QA/Questions/6220/Customize-HTTP-Error-Handler#answer-3a0f13f5-8e56-d080-f923-63fcb15c77d9

Would you help me?

  • ABP Framework version: v8.0.1
  • 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:

Hello,

I am adding the abp-ng.theme.shared package to the angular front with the following command:

abp add-package @abp/ng.theme.shared --with-source-code --version 8.0.1

When I run the project it gives me the following build error:

./src/main.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Debug error: DtsModuleScopeResolver.read(DisabledDirective from D:/Projects/CI/CI-Labs/ABP.IO/8.0.1/Frontend/angular/projects/abp-ng.theme.shared/src/lib/directives/ disabled.directive.ts), but not a .d.ts file

./src/polyfills.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Debug error: DtsModuleScopeResolver.read(DisabledDirective from D:/Projects/CI/CI-Labs/ABP.IO/8.0.1/Frontend/angular/projects/abp-ng.theme.shared/src/lib/directives/ disabled.directive.ts), but not a .d.ts file

Could you help me?

  • ABP Framework version: v7.2.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • **Exception message and full stack traceMicrosoft.AspNetCore.Routing.Matching.AmbiguousMatchException:
  • Steps to reproduce the issue:

Hi,

In the backend I created a controller with a view called UIController.

When I run the backend, the HomeController is called and in the action index of that controller I redirect it to the UIController.

This UIController checks whether the user is logged in or not, if he is not, I redirect him to the backend Login screen.

In this process above, when I open the logs, it is recording the following error:

How do I resolve this error? Can you help me?

Hello ,

Please check this once document https://community.abp.io/posts/how-to-setup-azure-active-directory-and-integrate-abp-angular-application-lyk87w5l

Thanks,

Hi,

I followed the instructions exactly in this post... I don't have any problems logging in with Azure AD...

After logging in with Azure AD and being redirected to the front again, the home page is blank, if I refresh the page then the front components appear.

Does not generate logs in the browser's devtools.

can you help me?

  • ABP Framework version: v7.2.3
  • 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:

Hi,

I'm using Code Flow authentication (PKCE). When I access the Angular frontend I am redirected to the backend to log in via Azure AD.

After logging in correctly, I am redirected to the frontend home page, but the home page is blank, that is, the page does not load.

can you help me?

  • ABP Framework version: v7.2.3
  • 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:

Hi,

Is it mandatory to create a database with these tables for ABP to work?

SaasTenants SaasTenantConnectionStrings SaasEditions PayPlans PayPaymentRequests PayPaymentRequestProducts PayGatewayPlans GdprInfo GdprRequests ChatConversations ChatMessages ChatUserMessages ChatUsers

If not, how can I ensure that these tables are not generated by DbMigrator?

  • ABP Framework version: v7.2.3
  • 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: Cannot read properties of null (reading 'replace')
  • Steps to reproduce the issue:

Hey,

I'm trying to generate the angular front proxy and it's giving me this error.

Is there something related to [RemoteService(IsEnabled = false)]?

Is the appservice necessary with [RemoteService(IsEnabled = true)], to be listed in swagger and the proxy to be generated with the command abp generate-proxy -t ng?

Is there any log that can see what the problem is or any indication of what might be happening?

can you help me?

  • ABP Framework version: v7.2.3
  • 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:

Hi,

I have a screen where I open an abp-modal. In this modal I have an ngx-datatable using ListService. Every time I close and open the modal and sort in the ngx-datatable, one more call request to the ListService and backend increases.

Example: Open the modal and close it the first time. I opened the modal for the second time and clicked on sort the listService is called twice and consequently the backend too.

can you help me?

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