Bug: TypeError: Cannot read properties of undefined (reading 'split') after signing up to OpenSauced #3649
Labels
🐛 bug
Something isn't working
core team work
Work that the OpenSauced core team takes on
high-priority
Work on these issues first
onboarding
released on @beta
released
A user reported after signup a client-side crash.
It looks like a string is undefined somewhere. Looking at our codebase, it could be either trying to split a GitHub user's interests or it's a repo that is
undefined
trying to be split on/
. I'm leaning more towards the GitHub interests being the issue without knowing exactly where this happened, but it is post signup.The text was updated successfully, but these errors were encountered: