File upload functionality is broken #6
Owner
```
src/app/admin/media/page.tsx (295:15) @ AdminMediaPage
293 |
294 | <div className="space-y-4">
> 295 | <FileUpload
| ^
296 | endpoint="imageUploader"
297 | onUploadComplete={(url) => {
298 | // We need to get the file object to properly handle it
Call Stack 16
Hide 14 ignore-listed frame(s)
<unknown>
FileUpload@webpack-internal:///(app-pages-browser)/./src/components/admin/FileUpload.tsx (17:39)
react_stack_bottom_frame
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (23552:1)
renderWithHooks
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (6763:1)
updateFunctionComponent
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (9069:1)
beginWork
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (10679:1)
runWithFiberInDEV
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (875:1)
performUnitOfWork
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (15677:1)
workLoopSync
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (15497:39)
renderRootSync
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (15477:1)
performWorkOnRoot
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (14984:1)
performSyncWorkOnRoot
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (16781:1)
flushSyncWorkAcrossRoots_impl
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (16627:1)
processRootScheduleInMicrotask
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (16665:1)
scheduleImmediateRootScheduleTask/<
node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.development.js (16800:1)
AdminMediaPage
src/app/admin/media/page.tsx (295:15)
ClientPageRoot
../src/client/components/client-page.tsx (60:12)
```
```
Runtime TypeError
can't access property "includes", args.site.enabledFeatures is undefined
Call Stack 3
isFeatureBroken
<anonymous code> (980:143)
updateFeaturesInner/<
<anonymous code> (9240:12)
updateFeaturesInner
<anonymous code> (9239:22)
```
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?