AR プロジェクトにhttps://github.com/jeromeetienne/AR.jsと three.js を使用しています。ローカルではすべて正常に動作しますが、サーバー (platform.sh) にデプロイすると、カメラを受け入れた後にこのエラーが発生しました:
Uncaught ExitStatus ar.js:19
message: "Program terminated with exit(0)"
name: "ExitStatus"
status: 0
__proto__: Error at https://xxx.eu.platform.sh/assets/js/ar.js:19:2247
constructor: ƒ ExitStatus(status)
arguments: null
caller: null
length: 1
name: "ExitStatus"
prototype: Error at https://xxx.eu.platform.sh/assets/js/ar.js:19:2247
__proto__: ƒ ()
[[FunctionLocation]]: ar.js:19
[[Scopes]]: Scopes[1]
stack: "Error↵ at https://xxx.eu.platform.sh/assets/js/ar.js:19:2247"
これが私が使用しているビルドですhttps://github.com/jeromeetienne/AR.js/blob/master/three.js/build/ar.js 修正方法は?
PS: これは Chrome、Safari、Firefox の最新バージョンで発生します。