ScareCrow
Weird random issues with Filament Table using Sushi on swapping users.
Hello, I have a table that consumes from an API and displays data in a table using sushi. It works great but. I have noticed that if I
-> login with a user A ---> it shows data correctly ( using user A params, Im tracking petitions in API server to check params of petitions)-->logoff
-> in the same page without reloading login with user B (using user B params) NOW sometimes the table still displays A data (even if server recived B params correctly and returned B data).
Any ideas of what can be causing that. Thanks in advance.
This is my table
InvoiceModel has the logic for getting the data.
2 replies