You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rare cases, when creating a BC Services Card account, users may not have an email address associated with their account. This can result in a series of errors, as seen at 8:10 AM today. The current system assumes that an email is mandatory, but this is not always the case.
Potential Solution:
Error Handling: Implement error handling to catch scenarios where the user does not have an email. Ensure that these cases are properly logged.
Enhanced Logging: Add logs with a clear message such as email sent to ________ to make it easier to track when and where emails are being sent. This is already in place in the Names project and could be extended to this system as well.
The text was updated successfully, but these errors were encountered:
In rare cases, when creating a BC Services Card account, users may not have an email address associated with their account. This can result in a series of errors, as seen at 8:10 AM today. The current system assumes that an email is mandatory, but this is not always the case.
Potential Solution:
Error Handling: Implement error handling to catch scenarios where the user does not have an email. Ensure that these cases are properly logged.
Enhanced Logging: Add logs with a clear message such as email sent to ________ to make it easier to track when and where emails are being sent. This is already in place in the Names project and could be extended to this system as well.
The text was updated successfully, but these errors were encountered: