Activities of "alper"

The CORS policies are being added in the module classes. For example here https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/MyProjectNameIdentityServerModule.cs#L133

As you see, it gets the origins from the configuration configuration["App:CorsOrigins"] What you need to do is; set your origins

when you create a new project, this value is auto configured for your localhost environment "CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200,https://localhost:44307"

you need to add this http://replaced-app-name.com to your CorsOrigins

Further info see https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1

Answer

@gvnuysal we'll check and get back to you.

Answer

@rashed@jawda.net can you tell us your frontend (mvc/angular) ? to remove languages, first you need to delete the languages in AbpLanguages table in your database, then you need to remove it from the DomainModule's ConfigureServices method.

talha, does this issue happen in the latest version?

Moved to https://github.com/abpframework/abp/blob/dev/docs/en/Community-Articles/2020-11-02-How-To-Add-New-Language/POST.md

How to add a German de-DE language to ABP pro project?

Answer

@DanielAndreasen I confirmed that changing password saves the plain pasword text. We have created an issue for this. Thanks or the feedback.

If you are upgrading from an older version of the ABP, you may see this exception. the new module “BlobStorage” needs a Blob Storage provider. Answer moved to https://support.abp.io/QA/Questions/529/ABP-Upgrade-from-310-to-330#answer-0d9caf26-c6bd-b4f8-30cd-39f8a0144ec0

Further information see https://docs.abp.io/en/abp/latest/Blob-Storing-Database

I see this exception: No BLOB Storage provider was registered! At least one provider must be registered to be able to use the Blog Storing System

Answer

@vrajasekaran as I see from the screenshot, it's trying to download the PRO nuget packages from the official nuget.org But the PRO nuget packages are served from nuget.abp.io. So you need to add a new NuGet source to Azure Pipelines, or copy your NuGet.config file to the Azure Pipelines.

Showing 1581 to 1590 of 2058 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 22, 2025, 10:12