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
@gvnuysal we'll check and get back to you.
@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?
@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