Tomas Bures

Results 82 comments of Tomas Bures

Did you completely clean up the database before the import? In particular, have you deleted the tables knex_... ?

You you need to completely clean it up. The easiest is to drop the DB and then to create it.

No, you have to delete the whole database. There are tables which are not part of v1 and thus they don't get dropped.

I see. We don't have explicit support for migrating from the latest version of v1 yet. However, it should just work if you edit app/server/lib/dbcheck.js line 15 inside the container...

I'm preparing a new version, which will be able to ingest the version 34 of Mailtrain v1 DB. However, it will take at least a few days before I stabilize...

Indeed. Thank you for the reports. We'll check it and let you know.

Thanks once again for the report. I've just committed an update that should hopefully fix it.

When the image is downloaded first, it is resized to the correct width. Isn't it this case?

Could you share a URL of an image that takes too long to load?

This is strange. Could you please check the value of err that the `destroy` function takes as a parameter? Simply put `console.log(err)` on line server/lib/file-cache.js:150.