CORS issues with Phaser 3

I have some Phaser code running on one server that is loading assets from a different server. This seems to work fine when using Phaser 2, but when doing the same thing with Phaser 3 I’m getting CORS errors. Is there something different in how 3 handles file loading that would cause these errors? I have tried load.setCORS(‘anonymous’) and it still isn’t working.

Can you please share the error that you are getting?

Also, if you go into the network tab of the developer tools, and find the xhr request to the assets you are trying to load, can you please share the response headers from the request?