Pimcore:全新安装,后端未加载

Bre*_*hef 0 http-status-code-403 pimcore

我今天想第一次尝试 Pimcore。经过大量设置后,我成功使用 Composer 安装了demo-basic-twig 模板

现在我尝试通过/admin访问后端。我注意到的第一件事是似乎没有加载 CSS 文件:

CSS 文件未加载?

现在我认为可能只是一个错误或其他什么东西,但是当我尝试使用我创建的用户登录后端时,它只显示一个带有加载器的空白页面,没有发生任何事情:

2.Pimcore错误

我的控制台只返回一堆 403 错误:

Failed to load resource: the server responded with a status of 403 (Forbidden) | jquery-3.3.1.min.js:1 
Failed to load resource: the server responded with a status of 403 (Forbidden) | icons.css:1
Failed to load resource: the server responded with a status of 403 (Forbidden) | leaflet.css:1
Run Code Online (Sandbox Code Playgroud)

我想我的安装过程中做错了什么?

小智 5

好像资产没有安装。尝试:bin/console asset:install。