I have setup react project with nextui-cli, with react and vite.
when serving locally its working fine.
but after building the app, and then lading the index.html to the browser with flag –allow-file-access-from-files,
Then expectation is the UI should work, but I am getting a blank page with no console error all the assets are loading files (I set base path to “./” in vite config).
but, a normal vite project with react works, as expected.
what is the issue here?