- Issue created by @yousefanbar
- 🇮🇩Indonesia gausarts
Thank you.
> When visiting any page with a null route
What pages exactly without routes on where Blazy sits?
When visiting any page with a null route, these errors appear:
Go to any page not found
Change the code from if (strpos($route_name, 'layout_builder.') !== FALSE) {
to if (is_string($route_name) && strpos($route_name, 'some-string') !== FALSE) {
Active
3.0
Code
Thank you.
> When visiting any page with a null route
What pages exactly without routes on where Blazy sits?