Solution:
Can you try to add this code in a .htaccess file and upload it to your plugin folder where your index.html is in
.htaccess
Options -MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.html [QSA,L]