I'm experiencing an issue related to cluster usage:

When I try to access a cluster-based resource from the menu, the page takes a long time to load and eventually times out, even though the data is still empty. However, if I right-click the menu item and choose "Open in New Tab", the page loads successfully and quickly. Other resources that don't use clusters load normally without any issues. I'm using Laravel and the latest version of Filament. Could you help me troubleshoot this?
Solution:
After checking the debug console, I found that the issue was related to SSL. The SSL problem was causing the page to load slowly. Once I fixed the SSL configuration, the page started working normally, just like the others.
Jump to solution
1 Reply
Solution
Jr.Pikong
Jr.Pikong5mo ago
After checking the debug console, I found that the issue was related to SSL. The SSL problem was causing the page to load slowly. Once I fixed the SSL configuration, the page started working normally, just like the others.

Did you find this page helpful?