-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
48 SqlException in last 24h, DonorAddresses cannot be NULL #711
Comments
I already push some code to try to mitigate this. |
when /where did you push the code to ? I checked master and dev and last updates where from 2 days ago before this happened ? |
My last try didn't work. I just this commit to try to solve the issue. I don't know why still complaints that DonorAddress is null when I'm not inserting anything new in the database. Anyway this is an small change. |
Trying to push this into preprod, but pipeline is failing on Publish |
Changed the way we are getting those entities when creating the notification. Now instead of getting these values from the database I force to get a WebUser and BasePayment that already exits. Hope this helps solve this issue that still showing in Applicaiton Insights. |
I dont see any more issues in the last 24h. I think we can close this one. Closing ... |
* Solved an InvalidCastException when using the TenantStaticFileProvider * Trying to solve the issue #711 by adding existing references of the user and the payment. * Fixed issue #688 where the sorting by date is not correct in the datatable. * Added the viewport option trying to fix the tests. * Set the ExpirationTime to a maximum of 15 years. #675
* Solved an InvalidCastException when using the TenantStaticFileProvider * Trying to solve the issue #711 by adding existing references of the user and the payment. * Fixed issue #688 where the sorting by date is not correct in the datatable. * Added the viewport option trying to fix the tests. * Set the ExpirationTime to a maximum of 15 years. #675 * Fix an small issue with the Google Authentication * Hope to finally fix the Address1 us null on this method.
Describe the bug
"An error occurred while saving the entity changes. See the inner exception for details. Cannot insert the value NULL into column 'Address1', table 'alimentestaideia.core.dbo.DonorAddresses'; column does not allow nulls. INSERT fails. "
BancoAlimentar.AlimentaEstaIdeia.Repository.PaymentNotificationRepository.AddEmailNotification
As seen in AppInsights
The text was updated successfully, but these errors were encountered: