Babylon Map cross domain when I used local ,I dont't know why

It seems like your server doesn’t support CORS (Cross-Origin Resource Sharing (CORS) - HTTP | MDN), at least not from localhost (or 127.0.0.1). You should setup the server accordingly or move to a different one.

1 Like

Thank you for your reply and how can I setting resolve this problem on production environment.

In my local environment , I set browser cross in this way, I resolve this problem .

That depends on your server, we can’t quite help with it. It depends on your host. try a different host or a cloud service that supports CORS settings.

1 Like

Thank you very much !