Open shaymdev opened 1 year ago
Is there anything else I can provide to help with this issue?
Is it possible that I'm the only one experiencing this issue? Like, is there a chance my data is corrupt and causing issues?
If that's the case I'd love for some help to get it cleared up! (I updated to 6.4.6 but still have the issue)
I updated to 6.6.2 but am still having the issue.
Description:
After attempting an slack import then clicking the "Download Pending Avatars", the imports page breaks with an "Application Error The application GUI just crashed." In the browser console It shows a Minified React error #31 with a link to reactjs docs that says the error is: "Objects are not valid as a React child (found: object with keys {}). If you meant to render a collection of children, use an array instead."
In the browser console's network tab the request for "api/v1/getLatestImportOperations" returns the following data below. The one that looks suspicious to me (based off the generic react message) is the second one down about Pending Avatars where the total says "0[object Promise]". I don't really have much front end development experience but I'm wondering if this is related in some way to https://github.com/RocketChat/Rocket.Chat/pull/29323
Also, the gui doesn't break until the viewport is "not small" defined by the 768px width here: https://github.com/RocketChat/Rocket.Chat/blob/b9795304af333a6f3b87126504fa700392c50fe0/apps/meteor/client/views/admin/import/ImportHistoryPage.tsx#L95 which I feel like supports the hunch about the 'total' not being formatted correctly, since 'total' doesn't get displayed until after 768px.
Steps to reproduce:
Expected behavior:
Import should finish and import history page should display successfully
Actual behavior:
Application Error
Server Setup Information:
Client Setup Information
Additional context
Relevant logs:
server log:
browser log: