Yii2 Failed to load resource: the server responded with a status of 404 () bootstrap.css

Hi, I’m doing my first yii project, with bootstrap5, which is the default.
plus other modules.

  • webvimark/module-user-management
  • kartik-v/yii2-nav-x “dev-master”
  • kartik -v/yii2-bootstrap5-dropdown “@dev
  • kartik -v/yii2-widget-select2 “@dev
  • kartik-v/yii2-widget-activeform “dev-master”
  • kartik-v/yii2-widget-datepicker “dev-master”
  • kartik -v/yii2-icons “@dev
  • kartik-v/yii2-number “dev-master”

On localhost, the design with bs5 works fine, everything is fine, no errors.

When I upload the project to the hosting, it does not load bootstrap.css, 2 errors are recorded in the console,

  • Failed to load resource: the server responded with a status of 404 () bootstrap.css:1
  • Failed to load resource: the server responded with a status of 404 () bootstrap.css:1

Can someone help me, I can’t find the reason for the failure.
Thank you.