NPM Error when Upgrading from 7.4.1 to 7.7.2 (NextJS14)
Howdy fellow coders. I went to update an app Ive been finalizing for someone, which worked perfectly fine before today as far as building goes - It had said something about the url callback that is now .ufsUrl had been deprecated - still worked though.
today I got this type error: Property 'ufsUrl' does not exist on type 'ClientUploadedFileData<{ uploadedBy: string; }>'. when trying to push what wrre supposed to be just UI/information changes,
so I tried to update the @uploadthing package to the current recommended version, and theres a broken dependency stream.
Is it safe to force an audit or use legacy peer deps? Other than this build issue everythings been working fine, even as of last week. Thanks for your attention


0 Replies