https://ember-twiddle.com/e9d2be366d42ef411edc87c04825fa56?openFiles=mirage.factories.user.js%2C
why doesn't faker.image.imageURL() work here? (open debug to see it falling over of course). This isn't the only one of these I've seen periodically fail. Sometimes when I set a breakpoint in my mirage setup and inspect the faker object these things will be defined and sometimes they're not.
I believe it's just a typo, you're typing imageURL
instead of imageUrl
.