Base solution for your next web application
Open Closed

CORS issues when saving changes #10382


User avatar
1
hrod761 created

Prerequisites

  • What is your product version? v10.3.0
  • What is your product type: Angular
  • What is product framework type: .NET Core

If issue related with ABP Framework

  • What is ABP Framework version?

I'm getting this CORS error when trying to save changes under the settings/ Email (SMTP) Tab

Thanks for your help


1 Answer(s)
  • User Avatar
    0
    musa.demir created

    Can you please check your cors origins in appsettings.json

    {
      "App": {
        "CorsOrigins": "http://*.mycompany.com,http://localhost:4200,http://localhost:9876",
      },
    }