Problem with verdi archive import

Hello,

I’ve installed aiida 2.6.4 with rabbitmq, without postgres using Python 3.12 (verdi presto)

It first looked like the database got corrupted. The previously successfully import archive couldn’t be browsed anymore in Materials Cloud.
The nodes are still present, but in the creator field it shows {{processColumn(col.field, dnode["user_id"], dnode.attributes)}} , clicking on the details button leads to an empty page.

verdi shell + load_node still works. Deleting the presto profile and reimport of the archive didn’t help. Initially I had installed aiida in a uv venv based on python 3.13, I’m sure there the imported archive was discoverable via the restapi. But I couldn’t submit calculations, since this python version does not provide the pipes module.

Best regards,
Simon

Hi Simon,

I’m unable to reproduce this with a small test archive & sqlite backend on v2.6.4.

Is the archive file available somewhere so I can try?

Also, could you test with the postgres backend and/or latest aiida-core version? There have been recently some changes to the sqlite backend.

best,
Kristjan