I am working on an web app that integrates an image uploader, so I stumbled upon uploadthing, and implemented it with a Dragger UI from ANTD Design ("antd": "^5.16.4"), but when upload image event happens the uploadthing returns error
⨯ UPLOADTHING 13:03:16 No slug provided in params: {}
⨯ UPLOADTHING 13:03:16 No slug provided in params: {}
From the docs I was unable to solve this, so maybe someone else can help me with some information.
I'am gonna leave the code from each file that I am using for this implementation in the comments because i'am crossing out the Discord maximum message length.