Skip to content

Character Generator: Load Error

Suppose you have an example like the following:

character-generator:
src: http://example.com/my-layout.json
data: http://another.example.com/data.json

If you’re hotlinking a file from a service that doesn’t allow this, you might run into CORS errors.

To get around this, you can either host the file yourself (make sure you’ve got the rights to do so) or you can launch Chrome with CORS disabled. Learn how to do this. This is a security risk, so only do this if you trust the content you’re ingesting and don’t use that browser for anything else.