Next.js Because the components need references document and window, Server Side Rendering won't work. This means you'll have to use dynamic imports to get the UI components to work. import dynamic from "next/dynamic"; const MediaLibraryCollection = dynamic( () => import("@spatie/media-library-pro-react-collection"), { ssr: false } ); Inertia Translations Help us improve this page