Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Heroku 上有一个基于 React-vr 的网络应用程序
本地工作正常,但是一旦我推送到 Heroku 加载我在日志中看到的 VR html 页面,而不是调用“./client.bundle?platform=vr”,我检索到 404 错误(未找到),即使使用 bash 我看到“client.js”文件存在
我也尝试调用我的源代码“./client.bundle.js?platform=vr”,但我遇到了同样的问题。
任何人都可以建议我请一个解决方案?非常感谢