Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: env issue importing remote video source #80

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

luwes
Copy link
Collaborator

@luwes luwes commented Oct 21, 2023

this was throwing with a remote video import

next-video/src/assets.ts

Lines 74 to 75 in 253015f

const VIDEOS_DIR = JSON.parse(env['__NEXT_VIDEO_OPTS'] ?? '{}').folder;
if (!VIDEOS_DIR) throw new Error('Missing video `folder` config.');

@luwes luwes self-assigned this Oct 21, 2023
@luwes
Copy link
Collaborator Author

luwes commented Oct 21, 2023

I noticed the build fail, this worked locally so must be solvable..

@luwes luwes merged commit dd2bd03 into muxinc:main Oct 24, 2023
2 checks passed
@luwes luwes deleted the fix-env-issue branch October 24, 2023 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant