Cannot read properties of undefined (reading 'provider') #293
Unanswered
felixhoevelborn
asked this question in
Q&A
Replies: 1 comment 1 reply
-
related #212 how does your next.config.js look like? it should look a bit like this /** @type {import('next').NextConfig} */
const { withNextVideo } = require('next-video/process');
const nextConfig = {}; // Your current Next Config object
module.exports = withNextVideo(nextConfig); notice the withNextVideo(nextConfig) being used at the bottom. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,
I got the following error by running
npx next-video sync
, even re-installing the package and the TypeScript Files or Re-Starting TypeScript Server did not help.I am using MUX and have set the keys accordingly in my .env
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions