You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error after installing the documentation plugin.
I accessed the bash of the docker container (docker exec -it <container> sh) and installed the plugin with the command yarn add @strapi/plugin-documentation.
βοΈ Error log
π΅οΈββοΈ Stack trace
yarn run v1.22.19
$ strapi develop
- Cleaning dist dir /opt/app/dist
β Cleaning dist dir (6ms)
- Loading Strapi
- Building build context
[INFO] Including the following ENV variables as part of the JS bundle:
- ADMIN_PATH
- STRAPI_ADMIN_BACKEND_URL
- STRAPI_TELEMETRY_DISABLED
β Building build context (91ms)
- Creating admin
β Creating admin (365ms)
[ERROR] There seems to be an unexpected error, try again with --debug for more information
ββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β Error: EACCES: permission denied, mkdir β
β '/opt/app/src/extensions/documentation' β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββ
Done in 6.97s.
π Bug Report
π€·ββοΈ What did you do
I get an error after installing the documentation plugin.
I accessed the bash of the docker container (
docker exec -it <container> sh
) and installed the plugin with the commandyarn add @strapi/plugin-documentation
.βοΈ Error log
π΅οΈββοΈ Stack trace
The text was updated successfully, but these errors were encountered: