You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -197,6 +198,11 @@ Please follow this simple steps:
197
198
</html>
198
199
```
199
200
201
+
Important! Be aware that if you are referring to external resources, in any app, especially those using NFT, you will encounter CORS problems if those resources are not in the same server of the code. If you can’t see the tracking, please open your Browser Dev Tools and check if you have CORS errors in the console. If so, you have to fix those errors in order to see your content. The correct fix is to place your resources on the same server of your code.
202
+
203
+
If you cannot do that, you can host a proxy anywhere server to solve that (https://github.com/Rob--W/cors-anywhere).
204
+
Please note that several hosting services have policies that does not permit to use such server. Always check hosting services policies before using them to avoid account suspensions
205
+
200
206
Learn more on the [AR.js Official Documentation](https://ar-js-org.github.io/AR.js-Docs/).
201
207
202
208
## Troubleshooting, feature requests, community
@@ -238,4 +244,3 @@ For legal details, be sure to check [jsartoolkit5 license](https://github.com/ar
238
244
and [AR.js license](https://github.com/AR-js-org/AR.js/blob/master/LICENSE).
239
245
240
246
Full Changelog: [AR.js changelog](https://github.com/AR-js-org/AR.js/blob/master/CHANGELOG.md)
0 commit comments