Laravel – How do I fix too many requests error (429)
I'm developing a chat application using Laravel and React. I want to create notifications for incoming messages. Notifications are coming but I'm getting too many request errors. const fetchNotificationMessages = () => { if (session !== undefined && session.id !==…