Mario Winiker

Results 4 comments of Mario Winiker

Same issue here. All my stereo pairs are not working. I assume there are no solutions for this yet?

I have the same problem and am looking for a solution to access `percentsplayed` as well.

Instead of using `await connection()` at the page level, wrapping the layout with `` solved the problem for me. _app/(payload)/layout.tsx_ ```jsx import configPromise from "@payload-config"; import "@payloadcms/next/css"; import { RootLayout...