-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
DownloadUserData not working #14143
Comments
Could someone check if it is just me? Thanks |
Similar to #11082 |
The same problem exists on my server. |
Data Download doesn't work on open.rocket.chat either. This needs urgent fix. |
We detected that the open.rocket.chat server was not processing the files fast enough to keep up with the demand. It's working, but it has a huge list of other files to process first. We are changing the server settings to process a higher number of files in order to export everything pending and keep up with the demand from now on. |
On v1.3.2 I asked for my data, chose Export My Data (JSON) and a day later got this: Click the link and get File not found Same as #11082 Now testing on HTML but guess the answer will be the same. FWIW I can see the admin/User Data Download section shows it is enabled, but the System Path is empty. So I presume the system is trying to save it to whatever the default path is, but there is no clue what it is, or what the alternative might be. Why doesn't it use the File Upload path or something sensible? And there is nothing in the documentation to explain any of it. Add it to the list on: This really is poor, and unacceptable. |
Possibly related. Shouldn't it be
root@test:/app/bundle# mkdir /tmp/userData/hYHbjXWQMSRMu2szG/full root@test:/app/bundle# mkdir -p /tmp/userData/hYHbjXWQMSRMu2szG/full |
Possibly fs.mkdirSync needs to be recursive "fs.mkdirSync(targetDir, { recursive: true })" |
@Hudell can you take a look at this and the issue? |
Looks like adding the |
Description:
Downloading user data (created because of GDPR) is not working. No errors show up on the log. No email is received.
Steps to reproduce:
Expected behavior:
I would expect to get an email in the next few days of clicking the button.
Actual behavior:
nothing happens, no email, no data, no errors.
Server Setup Information:
Additional context
Relevant logs:
�[34mI20190416-17:30:00.723(0) rocketchat:logger server.js:199 SyncedCron ➔ info Starting "Generate download files for user data".
�[34mI20190416-17:30:00.893(0) rocketchat:logger server.js:199 SyncedCron ➔ info Not running "Generate download files for user data" again.
�[34mI20190416-17:30:00.934(0) rocketchat:logger server.js:199 SyncedCron ➔ info Finished "Generate download files for user data".
�[34mI20190416-17:30:00.950(0) rocketchat:logger server.js:199 SyncedCron ➔ info Not running "Generate download files for user data" again.
The text was updated successfully, but these errors were encountered: