-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension breaks Interfaces when using Docker #27
Comments
Will try to build locally tomorrow and see if that changes things. |
Hello, Or run the following command on the project root folder may work well. |
It worked for me (with docker, you must mount the extensions outside the container). 1st Option |
These steps worked to persist the plugin across container restarts: docker compose exec directus -- mkdir -p /directus/extensions/layouts/board
docker compose exec directus -- npm install directus-extension-board-layout
docker compose exec directus -- cp /directus/node_modules/directus-extension-board-layout/dist/index.js /directus/extensions/layouts/board/
docker compose restart directus |
Hello, first off thank you for creating this extension it's very much needed in our situation.
I'm working with directus in a docker container and have added the released index.js (did not build locally) to /extensions/interfaces/directus-extension-board-layout/ and reloaded the container.
The 'Board' option is not showing up in Layout Options and when you click a field, the Interfaces tab is completely empty (screenshot below).
The text was updated successfully, but these errors were encountered: