filament-breezy icon indicating copy to clipboard operation
filament-breezy copied to clipboard

Using multiple panels

Open sadkingo opened this issue 2 years ago • 20 comments

when i try to use Breezy in my second panel i get this error : Trying to access array offset on value of type null

when i remove it from the default panel i get this : Plugin [filament-breezy] is not registered for panel [admin].

sadkingo avatar Aug 30 '23 12:08 sadkingo

experiencing the same

bytemewebdev avatar Sep 04 '23 14:09 bytemewebdev

Got the same error today

nprasath002 avatar Sep 05 '23 09:09 nprasath002

Same error for me

dominikgeimer avatar Sep 08 '23 10:09 dominikgeimer

Same error for me. I'm using two panels.

Uhasith avatar Sep 13 '23 11:09 Uhasith

@sadkingo @markpavia @dominikgeimer @nprasath002 Do you guys find any solution for this problem mates?

Uhasith avatar Sep 13 '23 11:09 Uhasith

@Uhasith not yet... I am currently not using Breezy because of that issue.

dominikgeimer avatar Sep 13 '23 14:09 dominikgeimer

Is this fixed or still No response from the dev Team? I'm stuck in my ongoing project due to this issue. @jeffgreco13

Uhasith avatar Sep 22 '23 11:09 Uhasith

same issue for me

bree11111 avatar Sep 23 '23 18:09 bree11111

Anyone found a solution? @nprasath002 @dominikgeimer @markpavia @sadkingo @bree11111 @jeffgreco13

Uhasith avatar Oct 11 '23 14:10 Uhasith

I didnt use this package due to this issue

bytemewebdev avatar Oct 11 '23 14:10 bytemewebdev

still no solution?

xBigDaddyx avatar Oct 11 '23 15:10 xBigDaddyx

for me it's upgrade the filament to version 3.0.10 and then upgrade the filament-breezy to 2.1.17, it works well!

    "require": {
        "php": "^8.1",
        "ariaieboy/filament-currency": "^1.1",
        "filament/filament": "3.0.10",
        "guzzlehttp/guzzle": "^7.2",
        "jeffgreco13/filament-breezy": "2.1.17",
        "laravel/framework": "^10.10",
        "laravel/jetstream": "^4.0",
        "laravel/sanctum": "^3.2",
        "laravel/tinker": "^2.8",
        "league/flysystem-aws-s3-v3": "^3.16",
        "livewire/livewire": "^3.0",
        "njxqlus/filament-progressbar": "^1.0"
    },

ikrar557 avatar Oct 31 '23 08:10 ikrar557

BreezyCore::make()
    ->myProfile(
        shouldRegisterUserMenu: true, // Sets the 'account' link in the panel User Menu (default = true)
        shouldRegisterNavigation: false, // Adds a main navigation item for the My Profile page (default = false)
        hasAvatars: false, // Enables the avatar upload form component (default = false)
        slug: 'my-profile' // Sets the slug for the profile page (default = 'my-profile')
 )

this is where you set the slug, it's in the documentation

JayCarterUG avatar Dec 27 '23 03:12 JayCarterUG

same here and not working with this
"filament/filament": "3.0.10", "guzzlehttp/guzzle": "^7.2", "jeffgreco13/filament-breezy": "2.1.17",

AdDevStuff avatar Jan 11 '24 02:01 AdDevStuff

I got the same problem... Im on Filament 3.2 though. Is there any solution?

ArtrenH avatar Feb 03 '24 22:02 ArtrenH

Same error, have 3 panels. Soon as ->myProfile() is added get the error on any panel.

CNuesmeyerSM avatar Mar 25 '24 23:03 CNuesmeyerSM

I'm running Filament 3.2.81 and Breezy 2.4.1. I had the same issue at first but after adding myProfile to both panels instead of one the error disappeared and everything seems to be working fine.

siebsie23 avatar May 22 '24 07:05 siebsie23

up, same problem.

Route [filament.student.pages.my-profile] not defined.

emmanpbarrameda avatar Jun 21 '24 10:06 emmanpbarrameda

Still have the problem when using multiple panels: Plugin [filament-breezy] is not registered for panel [customer]. Filament v3.2.101 and Breezy v2.4.3

Jacobtims avatar Aug 15 '24 19:08 Jacobtims