-
-
Notifications
You must be signed in to change notification settings - Fork 0
Static Resource, Asset, CMS Backend Refactor #10304
Conversation
packages/server-core/src/media/file-browser/file-browser.class.ts
Outdated
Show resolved
Hide resolved
I'm still seeing these issues:
I also noticed that after dev-reinit, the thumbnail image for scenes in the 'scenes' tab is pointing to the GLTF of the scene, e.g. |
Due to changes in how dev-reinit works in this branch, you may need to remove and prune the docker image of the db, checkout dev & reinit, and then checkout this branch and prepare-database. If this is what you have been doing, then we may need to sync up to figure this out. |
Wouldn't this permanently minorly break local development if dev-reinit no longer works as intended? |
Hanzla and I agreed these changes are correct. Currently, the knex migrations are not wiped when reinitting, leading to migrations not running as expected. This nukes all tables and ensures all migrations always run as needed. |
@barankyle addressed all your feedback |
Summary
asset
service, in favour of querying forstatic-resource
service withtype: "scene"
Subtasks Checklist
Breaking Changes
References
closes #insert number here
QA Steps