When using 'vite-plugin-mkcert', the Vite development server intermittently starts returning 'ERR_HTTP2_PROTOCOL_ERROR'.
The issue usually appears after several page refreshes. Initially, everything works correctly, but after a few reloads Chrome starts showing 'ERR_HTTP2_PROTOCOL_ERROR', making the application inaccessible until the page is refreshed again.
The issue does not occur when 'vite-plugin-mkcert' is disabled and the development server is run over plain HTTP instead of HTTPS. In that configuration, the application continues to work normally even after many page refreshes.
When using 'vite-plugin-mkcert', the Vite development server intermittently starts returning 'ERR_HTTP2_PROTOCOL_ERROR'.
The issue usually appears after several page refreshes. Initially, everything works correctly, but after a few reloads Chrome starts showing 'ERR_HTTP2_PROTOCOL_ERROR', making the application inaccessible until the page is refreshed again.
The issue does not occur when 'vite-plugin-mkcert' is disabled and the development server is run over plain HTTP instead of HTTPS. In that configuration, the application continues to work normally even after many page refreshes.