I am making an API request using trpc and react-query.
There is no problem in the development environment, but in the production environment,
the queries are visible in the network tab when the page is initially loaded, and the data comes.
However, when I refresh the page, I can't send the GET requests again and data not comes.
Does anyone know the solution to this? The problem only occurs in the production environment."