Skip to content

Octane prevents to load styles #4560

@s-fog

Description

@s-fog
  • Laravel Version: ^9
  • Nova Version: ^4
  • PHP Version: 8.1
  • Database Driver & Version: mysql8
  • Operating System and Version: ubuntu 20.04
  • Browser type and version: any

Description:

When i activate octane it disables custom css or js to load.
Inside NovaServiceProvider is
`public function boot()
{
Nova::style('admin', asset('/css/custom_nova.css'));

    parent::boot();
}`

When i load admin panel without octane styles are inside head, as expected. If i load with octane, there is no this styles at all.

Can u help to fix this please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions