I'm receiving the following recurring warning when using the inspector with A-Frame master. It displays approximately every 5 seconds:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:51234/. (Reason: CORS request did not succeed).
I'm currently using the latest master: 056b2bce5d448f0c9e9e1855397ff7a40847d4c5 and am running a local web server for development but not on port 51234, so I'm not sure why that's being used at all.
Actually, it appears that aframe-watcher uses 51234 for the default port, so maybe this is intended? Just thought it was worth noting just in case.
I'm receiving the following recurring warning when using the inspector with A-Frame
master
. It displays approximately every 5 seconds:I'm currently using the latest
master
:056b2bce5d448f0c9e9e1855397ff7a40847d4c5
and am running a local web server for development but not on port51234
, so I'm not sure why that's being used at all.Actually, it appears that
aframe-watcher
uses51234
for the default port, so maybe this is intended? Just thought it was worth noting just in case.Thanks.