Issue when accessing the component too much

What seems to be the problem:
I am in my testing environment and I have a component with several tabs. Clicking on a tab triggers the component to refresh and switching tabs quickly triggers the following error
The GET method is not supported for this route. Supported methods: POST

Using the component at normal speed does not generate the issue

I can see the following in my browser console

  1. Request URL:
    https://www.domain.com/livewire/message/admin.article-form
  2. Request Method:
    POST
  3. Status Code:
    405

Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: The GET method is not supported for this route. Supported methods: POST. in file /home/mysite/vendor/laravel/framework/src/Illuminate/Routing/AbstractRouteCollection.php on line 117

What am I missing?
Could there be a limit on the number of request per seconds?

Hey, @Frederico

Maybe you need to use the loading state in your app

Read More here: