strapi / strapi-docker

Install and run your first Strapi project using Docker
https://strapi.io
MIT License
1.17k stars 445 forks source link

Can't install documentation plugin via admin dashboard #231

Open oskar-gmerek opened 4 years ago

oskar-gmerek commented 4 years ago

Describe the bug When tried to install documentation plugin from administration dashboard its occurs with the error.

Steps to reproduce the behavior

  1. Follow documentation to install Strapi and mongoDB with docker-compose Installing using Docker
  2. Choose Polish Language as a dashboard language (It was automatically selected in my case) Using English Language installation was successful, only when Polish language (and maybe others) is selected its occurs with errors
  3. Go to Marketplace in Administration Dashboard and try to install Documentation Plugin

Expected behavior Installed documentation without errors.

Code snippets Code wasn't modified. Fresh installation.

System

Additional context

Zrzut ekranu 2020-07-27 o 01 27 38 Zrzut ekranu 2020-07-27 o 01 30 08
alexandrebodin commented 4 years ago

Hi @oskar-gmerek thanks for reporting. This one is a tricky One. I would recommend you do it manualy for now as we need to review how we can install a plugin when we need to restart the process and rebuild the admin. Quite a difficult task :)

oskar-gmerek commented 4 years ago

I installed the documentation plugin without problems after changed language to english. Just reporting something is wrong there. Im not familiar enough yet to find the bug by myself.