muxinc / next-video

The easiest way to add video in your Nextjs app.
https://next-video.dev
MIT License
858 stars 33 forks source link

The MUX_TOKEN_ID environment variable is missing #257

Closed TestCK closed 6 months ago

TestCK commented 6 months ago

Hi,

When I start up I get,

MuxError: The MUX_TOKEN_ID environment variable is missing or empty; either provide it, or instantiate the Mux client with an tokenId option, like new Mux({ tokenId: 'my token id' }

Is it mandatory to sign up for Mux to run the project?