You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been reported that one user (user_id=12) has observed a bug with the exported data. Apparently it's formatted wrong. I haven't been able to recreate with my test user, so this is likely due to something specific about the data in that user's portfolios. In the past, there have been newlines and carriage returns that we've had to strip out of the portfolio data, but maybe we haven't stripped out everything.
We need to copy over the portfolios from that user to a test user (since the portfolios are scoped to users), then try to recreate the bug. This might be easiest by dumping to prod db and doing all of this locally.
The text was updated successfully, but these errors were encountered:
It's been reported that one user (user_id=12) has observed a bug with the exported data. Apparently it's formatted wrong. I haven't been able to recreate with my test user, so this is likely due to something specific about the data in that user's portfolios. In the past, there have been newlines and carriage returns that we've had to strip out of the portfolio data, but maybe we haven't stripped out everything.
We need to copy over the portfolios from that user to a test user (since the portfolios are scoped to users), then try to recreate the bug. This might be easiest by dumping to prod db and doing all of this locally.
The text was updated successfully, but these errors were encountered: