Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default execptions are not precompiled using view:cache #53336

Closed
SamuelWei opened this issue Oct 29, 2024 · 0 comments · Fixed by #53353
Closed

Default execptions are not precompiled using view:cache #53336

SamuelWei opened this issue Oct 29, 2024 · 0 comments · Fixed by #53353

Comments

@SamuelWei
Copy link
Contributor

SamuelWei commented Oct 29, 2024

Laravel Version

11.28.1

PHP Version

8.3.12

Database Driver & Version

No response

Description

When a Laravel application is executed within a Docker container with a read-only root file system, an error is generated by the application during the rendering process, resulting in the display of a 404 error message (using the abort(404); function).

An examination of the log files reveals that Laravel attempts to compile a view. However, during the build process, the command 'artisan view:cache' has been executed.

Upon investigation, it was discovered that the default Laravel exception blade files are not cached using the view:cache command.

Running the 'artisan view:cache --vv' has the following output

  DIR vendor/laravel/framework/src/Illuminate/Foundation/Providers/../resources/exceptions/renderer ........................................... DONE
      components/header.blade.php ............................................................................................................. DONE
      components/navigation.blade.php ......................................................................................................... DONE
      components/trace-and-editor.blade.php ................................................................................................... DONE
      components/editor.blade.php ............................................................................................................. DONE
      components/context.blade.php ............................................................................................................ DONE
      components/layout.blade.php ............................................................................................................. DONE
      components/theme-switcher.blade.php ..................................................................................................... DONE
      components/trace.blade.php .............................................................................................................. DONE
      components/icons/chevron-down.blade.php ................................................................................................. DONE
      components/icons/sun.blade.php .......................................................................................................... DONE
      components/icons/chevron-up.blade.php ................................................................................................... DONE
      components/icons/computer-desktop.blade.php ............................................................................................. DONE
      components/icons/moon.blade.php ......................................................................................................... DONE
      components/card.blade.php ............................................................................................................... DONE
      show.blade.php .......................................................................................................................... DONE

  DIR resources/views/vendor/notifications .................................................................................................... DONE
      email.blade.php ......................................................................................................................... DONE

  DIR vendor/laravel/framework/src/Illuminate/Notifications/resources/views ................................................................... DONE
      email.blade.php ......................................................................................................................... DONE

  DIR vendor/laravel/framework/src/Illuminate/Pagination/resources/views ...................................................................... DONE
      simple-bootstrap-4.blade.php ............................................................................................................ DONE
      bootstrap-5.blade.php ................................................................................................................... DONE
      simple-default.blade.php ................................................................................................................ DONE
      simple-bootstrap-5.blade.php ............................................................................................................ DONE
      bootstrap-4.blade.php ................................................................................................................... DONE
      simple-tailwind.blade.php ............................................................................................................... DONE
      tailwind.blade.php ...................................................................................................................... DONE
      semantic-ui.blade.php ................................................................................................................... DONE
      default.blade.php ....................................................................................................................... DONE

  DIR vendor/laravel/horizon/src/../resources/views ........................................................................................... DONE
      layout.blade.php ........................................................................................................................ DONE

  DIR resources/views/vendor/pulse ............................................................................................................ DONE
      dashboard.blade.php ..................................................................................................................... DONE

  DIR vendor/laravel/pulse/src/../resources/views ............................................................................................. DONE
      components/scroll.blade.php ............................................................................................................. DONE
      components/thead.blade.php .............................................................................................................. DONE
      components/pulse.blade.php .............................................................................................................. DONE
      components/table.blade.php .............................................................................................................. DONE
      components/td.blade.php ................................................................................................................. DONE
      components/user-card.blade.php .......................................................................................................... DONE
      components/theme-switcher.blade.php ..................................................................................................... DONE
      components/th.blade.php ................................................................................................................. DONE
      components/http-method-badge.blade.php .................................................................................................. DONE
      components/icons/queue-list.blade.php ................................................................................................... DONE
      components/icons/rocket-launch.blade.php ................................................................................................ DONE
      components/icons/server.blade.php ....................................................................................................... DONE
      components/icons/cloud-arrow-up.blade.php ............................................................................................... DONE
      components/icons/command-line.blade.php ................................................................................................. DONE
      components/icons/sun.blade.php .......................................................................................................... DONE
      components/icons/cursor-arrow-rays.blade.php ............................................................................................ DONE
      components/icons/computer-desktop.blade.php ............................................................................................. DONE
      components/icons/arrows-left-right.blade.php ............................................................................................ DONE
      components/icons/circle-stack.blade.php ................................................................................................. DONE
      components/icons/arrow-trending-up.blade.php ............................................................................................ DONE
      components/icons/moon.blade.php ......................................................................................................... DONE
      components/icons/ellipsis-horizontal.blade.php .......................................................................................... DONE
      components/icons/scale.blade.php ........................................................................................................ DONE
      components/icons/clock.blade.php ........................................................................................................ DONE
      components/icons/bug-ant.blade.php ...................................................................................................... DONE
      components/icons/no-pulse.blade.php ..................................................................................................... DONE
      components/icons/clipboard.blade.php .................................................................................................... DONE
      components/icons/signal-slash.blade.php ................................................................................................. DONE
      components/icons/sparkles.blade.php ..................................................................................................... DONE
      components/icons/information-circle.blade.php ........................................................................................... DONE
      components/card.blade.php ............................................................................................................... DONE
      components/placeholder.blade.php ........................................................................................................ DONE
      components/select.blade.php ............................................................................................................. DONE
      components/no-results.blade.php ......................................................................................................... DONE
      components/servers-placeholder.blade.php ................................................................................................ DONE
      components/card-header.blade.php ........................................................................................................ DONE
      dashboard.blade.php ..................................................................................................................... DONE
      livewire/queues.blade.php ............................................................................................................... DONE
      livewire/period-selector.blade.php ...................................................................................................... DONE
      livewire/usage.blade.php ................................................................................................................ DONE
      livewire/slow-requests.blade.php ........................................................................................................ DONE
      livewire/slow-outgoing-requests.blade.php ............................................................................................... DONE
      livewire/slow-queries.blade.php ......................................................................................................... DONE
      livewire/servers.blade.php .............................................................................................................. DONE
      livewire/slow-jobs.blade.php ............................................................................................................ DONE
      livewire/exceptions.blade.php ........................................................................................................... DONE
      livewire/cache.blade.php ................................................................................................................ DONE

  DIR vendor/laravel/pulse/src/../resources/views/components .................................................................................. DONE
      scroll.blade.php ........................................................................................................................ DONE
      thead.blade.php ......................................................................................................................... DONE
      pulse.blade.php ......................................................................................................................... DONE
      table.blade.php ......................................................................................................................... DONE
      td.blade.php ............................................................................................................................ DONE
      user-card.blade.php ..................................................................................................................... DONE
      theme-switcher.blade.php ................................................................................................................ DONE
      th.blade.php ............................................................................................................................ DONE
      http-method-badge.blade.php ............................................................................................................. DONE
      icons/queue-list.blade.php .............................................................................................................. DONE
      icons/rocket-launch.blade.php ........................................................................................................... DONE
      icons/server.blade.php .................................................................................................................. DONE
      icons/cloud-arrow-up.blade.php .......................................................................................................... DONE
      icons/command-line.blade.php ............................................................................................................ DONE
      icons/sun.blade.php ..................................................................................................................... DONE
      icons/cursor-arrow-rays.blade.php ....................................................................................................... DONE
      icons/computer-desktop.blade.php ........................................................................................................ DONE
      icons/arrows-left-right.blade.php ....................................................................................................... DONE
      icons/circle-stack.blade.php ............................................................................................................ DONE
      icons/arrow-trending-up.blade.php ....................................................................................................... DONE
      icons/moon.blade.php .................................................................................................................... DONE
      icons/ellipsis-horizontal.blade.php ..................................................................................................... DONE
      icons/scale.blade.php ................................................................................................................... DONE
      icons/clock.blade.php ................................................................................................................... DONE
      icons/bug-ant.blade.php ................................................................................................................. DONE
      icons/no-pulse.blade.php ................................................................................................................ DONE
      icons/clipboard.blade.php ............................................................................................................... DONE
      icons/signal-slash.blade.php ............................................................................................................ DONE
      icons/sparkles.blade.php ................................................................................................................ DONE
      icons/information-circle.blade.php ...................................................................................................... DONE
      card.blade.php .......................................................................................................................... DONE
      placeholder.blade.php ................................................................................................................... DONE
      select.blade.php ........................................................................................................................ DONE
      no-results.blade.php .................................................................................................................... DONE
      servers-placeholder.blade.php ........................................................................................................... DONE
      card-header.blade.php ................................................................................................................... DONE

  DIR vendor/livewire/livewire/src/Features/SupportPagination/views ........................................................................... DONE
      simple-bootstrap.blade.php .............................................................................................................. DONE
      bootstrap.blade.php ..................................................................................................................... DONE
      simple-tailwind.blade.php ............................................................................................................... DONE
      tailwind.blade.php ...................................................................................................................... DONE

  DIR vendor/laravel/telescope/src/../resources/views ......................................................................................... DONE
      layout.blade.php ........................................................................................................................ DONE

  DIR vendor/barryvdh/laravel-ide-helper/src/../resources/views ............................................................................... DONE


   INFO  Blade templates cached successfully.  

It can be observed that the default exception views, located within the /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Exception/views directory, are absent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@SamuelWei and others