Passing External URLs issue

I created an art gallery using playcanvas and tried to place images and videos through external URLs. they work well in playcanvas platform but when I try it on my server, the exported project URLs not work. could you please tell me any reason for this issue and solution?

Thank you

Hi @meta_core and welcome,

How are you loading the external files?

Make sure that your server supports CORS otherwise the requests will fail. You can test your urls on the following site, if they are cross domain enabled:

https://www.test-cors.org/

2 Likes