Activities of "wgodfrey_pernix"

  • ABP Framework version: v4.2.0
  • UI type: MVC
  • DB provider: EF Core

Hi ABP,

What is the process to remove an external API client from CSRF validation. At the moment we have to disable CSRF tokens as there is no clear method in the documentation on how to filter specific by external API client etc. I've currently got the Autovalidation disabled at the HTTP API module but I'm concerned this also impacts our Web Layer.

Configure<AbpAntiForgeryOptions>(options =>
            {
                options.AutoValidate = false;
            });

Kind Regards, William Godfrey

  • ABP Framework version: CLI 4.0.2, SUITE 4.0.2, Project 3.2.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace: Cannot read the template Volo.Abp.Commercial.SuiteTemplates.Templates.Frontend.Mvc.Page.Partials.Indexjs_NavigationPropertyDropdownOpenEditModalArgs.txt
  • Steps to reproduce the issue:

Hi there ABP support.

I am working on a project that was built in ABP 3.2.1 and relies on those old packages. When I try to generate the UI for an Entity with navigtion properties I receive the following error: Cannot read the template Volo.Abp.Commercial.SuiteTemplates.Templates.Frontend.Mvc.Page.Partials.Indexjs_NavigationPropertyDropdownOpenEditModalArgs.txt

This occurs with all entities with nav. properties. I was advised by a coleague to downgrade ABP suite and use the version that matches the project (3.2.1). So I ran the following commands:

abp suite remove => Successfully remove volo.abp.suite 4.0.2 etc

abp suite install --version 3.2.1 => Installs the most up to date version of ABP suite. According to the forum here, I should be able to install an older version: https://support.abp.io/QA/Questions/287/How-can-I-install-a-specific-version-of-ABP-Suite

dotnet tool install -g volo.abp.suite --version 3.2.1 --add-source https://nuget.abp.io/xxxxxxxxxxxxxx/v3/index.json (with my API key) => After a very long time this returns an error similar to https://support.abp.io/QA/Questions/414/ABP-Suite-install-problem. This command was also mentioned here: https://support.abp.io/QA/Questions/287/How-can-I-install-a-specific-version-of-ABP-Suite

Would you be able to help with any of these issues? Kind Regards William Godfrey

顯示 2 個紀錄的 1 到 2 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11