Hello @iainsproat,
I will send next, the logs related to importing ifc file.
Yes, it seems there is an issue in your speckle-frontend.
If I do git clone GitHub - specklesystems/speckle-server: The Speckle Server, Frontend, 3D Viewer, & other JS utilities. and then run your YML file, the front end will not start.
I noted that also in your Docker Hub images. If I try with this speckle-front end image “2.7.2-alpha.5973” I have this issue. But this version “speckle/speckle-frontend:2.7.2-alpha.5411” does not have this issue.
Also, I tried with this release 2.7.1, I download your source code (Release 2.7.1 · specklesystems/speckle-server · GitHub). Now using your YML file, the front end docker container starts.
I noted that this release 2.7.1 source code, does not contain the data for the dependencies (redis, postgres, etc). Where I can find this data that is compatible with this version 2.7.1? When I start speckle-server I have this migration error’s:
2022-08-12T08:13:49.994Z speckle:www Error: The migration directory is corrupt, the following files are missing: 20220803104832_ts_test.js
at validateMigrationList (/speckle-server/node_modules/knex/lib/migrations/migrate/Migrator.js:566:11)
at Migrator.latest (/speckle-server/node_modules/knex/lib/migrations/migrate/Migrator.js:69:7)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async exports.init (/speckle-server/packages/server/app.js:98:3)
It seems there are missing files here, …\speckle-server-2.7.1\speckle-server-2.7.1\packages\server\modules\core\migrations, I do not find the file 20220803104832_ts_test.js.
Regards,
Alberto