Uploadthing Issue

I'm working with UploadThing and am running into some issues:

The terminal displays the message:

[UT] SIMULATING FILE UPLOAD WEBHOOK CALLBACK http://localhost:3000/api/uploadthing?slug=imageUploader
[UT] Failed to simulate callback for file. Is your webhook configured correctly?

Some context, my log statements are never printing in my FileRoute's onUploadComplete method in server/uploadthing.ts. The images are sucesfully uploading and displaying in the dashboard though.

Any help would be appreciated!
Was this page helpful?