acroninja
Refresh repeater items after save form
No idea how many terms and conditions of use I have accepted without ever reading them, probably tens of thousands. Can't blame people, we're all bombarded with rules, regulations, terms and conditions every day. It's impossible to keep track.
20 replies
Export download logs out with other auth guards and tenants
Edit, this is NOT the solution. whilst it appeared to work - actually it's wrong. Looking at adding some custom middleware to override the filament.actions middleware which specifies web and auth which is the default guard only.
8 replies
Livewire encountered a missing root tag when trying to render a component. On widget
HAHAHA, think i've solved it. I tried running
and got this error:-
I just created that directory, and added a .gitignore file inside it so it would be committed. And the error has gone and the views cache OK.
7 replies
These credentials do not match our records.
hey @makmak did you find out what was happening here. I have the same issue. Reseeded a fresh install and many users reporting These credentials do not match our records. Even though the password is correct
24 replies
How to change the session cookie name between panels?
Next idea was to get the first segment of the url request, which for each panel is different, but all panels make a request to which won't allow us to identify to which panel this request belongs. Hmmfff. Back to the drawing board.
I suspect the only approach that will work is setting a different domain name per panel. This way the session cookies will be unique. Will report back with findings.
5 replies
How to change the session cookie name between panels?
On reflection this isn't working because I've put it in the web middleware before SessionStart, but at this point the filament panel hasn't been initialised so won't work.
I've also tried putting it in the panel config middleware section
But this results in a redirect each time we login as not all requests are using this middleware - even with isPersistent set, so we end up with 2 different session cookies
5 replies