how to i solve akeneo still loading after logged in main page?

北慕城南 提交于 2019-12-24 18:58:15

问题


Here after akeneo installed 2.3 icecat version

after logged in still loading ...

how do I solve this ???

in log file

[2019-04-16 13:11:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //form/extensions" (from "http://ttttt.equpo.com/pim-community-standard/web/")" at /home/equpo/public_html/ake/pim-community-standard/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 144 {"exception":"[object] (Symfony\Component\HttpKernel\Exception\NotFoundHttpException(code: 0): No route found for \"GET //form/extensions\" (from \"http://tttt.equpo.com/pim-community-standard/web/\") at /home/equpo/public_html/ake/pim-community-standard/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:144, Symfony\Component\Routing\Exception\ResourceNotFoundException(code: 0): at /home/equpo/public_html/ake/pim-community-standard/var/cache/prod/appProdProjectContainerUrlMatcher.php:3128)"} []


回答1:


It appears as if you missed something during setup process. Broken down, the version 2.3 manual lists the following steps to setup an Akeneo system:

  • composer install --optimize-autoloader --prefer-dist
  • yarn install
  • php bin/console --env=prod cache:clear --no-warmup
  • php bin/console --env=prod pim:installer:assets --symlink --clean
  • yarn run webpack

Try those things, it should initialize everything - usually this helps already.



来源:https://stackoverflow.com/questions/55705009/how-to-i-solve-akeneo-still-loading-after-logged-in-main-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!