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)
-
0
Can you please check your cors origins in appsettings.json
{ "App": { "CorsOrigins": "http://*.mycompany.com,http://localhost:4200,http://localhost:9876", }, }