Yannick Armspach
Yannick Armspach
#14922
@arpadgabor Yes you understand correctly. When we create a monorepo with workspaces for applications (Directus in this example) and other one for developing packages (Directus extensions in this example), hot...
yes, same issue with http://localhost:9200/myindex ! My test request with postman work fine. Any ideas?
Any solutions ?
Okey, the solution was in my question :D it works with the "beforeResponse" hook: ```js nitro.hooks.hook('beforeResponse', async (event, response) => { await useCompression(event, response) }) ``` @CodeDredd This may be...
Agreed. In the meantime, you can use the variable `EXTENSIONS_LIMIT=0` to disable the installation ability.