-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Slack import failed : TypeError: Cannot read property 'toUpperCase' of undefined #4614
Labels
Milestone
Comments
Solved by (importing is ok , got all expected users/channels/posts)
submitting PR ... |
lc3t35
pushed a commit
to lc3t35/Rocket.Chat
that referenced
this issue
Oct 12, 2016
…ername: user.name if it does not exist in user record
I'm getting this error, I'm testing on the
|
@acrogenesis see #4495, it's solved ;) |
engelgabriel
added a commit
that referenced
this issue
Oct 26, 2016
fixes #4614 : provides fallback for empty user.profile.email
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your Rocket.Chat version: 0.43.0-develop (with PR#4604)
When I import a Slack zip, it fails with this error :
At line 126 of server.coffee, there is no control that user.profile.email is not empty
When I look at first user.profile from imported Slack data, it does not indeed have email set :(
I verified users.json, no email in all profile fields, example for mine
A problem when exporting is done in Slack ? did I miss something to tick ?
The text was updated successfully, but these errors were encountered: