Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Make avatar static-resource resolvers try/catches #9400

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

barankyle
Copy link
Member

Saw errors in deployments where avatars were missing one or both static-resources, which would cause errors to be thrown and various functions that relied on them to constantly fail, like creating guest users. This ensures that the calls will not return errors.

Updated createNewUser to only select public avatars.

Summary

References

closes #9395

QA Steps

Saw errors in deployments where avatars were missing one or both
static-resources, which would cause errors to be thrown and
various functions that relied on them to constantly fail, like
creating guest users. This ensures that the calls will not return
errors.

Updated createNewUser to only select public avatars.
@speigg speigg added this pull request to the merge queue Dec 7, 2023
Merged via the queue into dev with commit 042d54e Dec 7, 2023
8 checks passed
@speigg speigg deleted the handle-resolve-missing-avatar-resources branch December 7, 2023 23:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Multiple services are broken if avatars are missing resources
2 participants