how to use the extension
Closed this issue · 4 comments
cyrsis commented
Dominic-Marcelino commented
Hi Victor,
What is the type of your field?
Are there any errors logged to the browsers console?
cyrsis commented
Dominic-Marcelino commented
In that case we'll have to dig a bit deeper... Just re-checked but have running this extension in multiple Directus 10.8.2 instances.
Have you installed the extension via npm or from the extensions folder?
Also: When you start your server, is there any error logged? Is it listed in the logs as loaded extension? (Directus logs a notice on server start INFO: Loaded extensions: <the loaded extensions>
)
cyrsis commented
Sorry Dominic
it is the docker compose build. from the offical doc
Change to
docker compose build --no-cache
Works!!!1
restart:
docker compose down
docker compose build --no-cache
docker compose up -d
``