Skip to content
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

Fix service user profiles throw error #467

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

annarhughes
Copy link
Member

What changes did you make?

Remove throw error from createServiceUserProfiles function. The service user profiles functions support our external comms profiles (mailchimp and crisp), however if there is an error creating or updating these external profiles, we don't want the original database/api route to fail. I.e. a users sign up request should not error due to crisp profile creation error, we should catch and log these errors only, but allow the api route to succeed.

Why did you make the changes?

This is a new bug accidentally introduced in #428 , fixing so it doesn't cause errors on user sign up

@annarhughes annarhughes merged commit d4e2d33 into develop Jun 10, 2024
6 checks passed
@annarhughes annarhughes deleted the fix-serviceUserProfiles-error branch June 10, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant