HI
Can you make the above changes and resend the project ?
Please share some structure and code info, I can't remotely now. thanks,
Online session will not help much, please share your code details.
hi
Does your project have EntityFrameworkCore.DbMigrations
?
https://community.abp.io/articles/unifying-dbcontexts-for-ef-core-removing-the-ef-core-migrations-project-nsyhrtna
hi
You can try to read the setting to see if it takes effect. https://docs.abp.io/en/abp/latest/Settings#setting-value-providers https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
The Password of Abp.Mailing.Smtp.Password in appsettings.json file needs to encrypt! Please use the IStringEncryptionService to encrypt the plain text password. Note that encryption may be affected by the configuration of StringEncryption:DefaultPassPhrase in appsettings.json.
hi
but still not got any succes
Can you share some code?
See https://support.abp.io/QA/Questions/1998#answer-4d3a68d7-a71e-d05f-4696-39ffadcafd82
If the global setting does not take effect, it will fall back to use the value in appsettings.json
, and the product service has not changed appsettings.json
.