I have a web app on Heroku based on React-vr
Locally works fine, but once I've pushed to Heroku loading the VR html page I see in logs than calling "./client.bundle?platform=vr" I retrieve the 404 error (Not found), even if with bash I see the "client.js" file is present
I've also tryed to call in my source "./client.bundle.js?platform=vr", but I get the same issue.
Anybody can suggest me please a solution? Many thanks