-
Notifications
You must be signed in to change notification settings - Fork 119
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
Server: Missing MOVIES_API and MOVIES_KEY #18
Comments
Reviewing and with some intuition I found the values:
MOVIES_KEY is the TMDB API KEY Whit these values, there are some successes and errors in the log:
And when I try to load the web, there is nothing to see :( This is the log when web page try to query something:
What I'm doing wrong? |
I was able to run everything: But when I try to watch a video, I got this error: I will create another issue with this new error. Steps to startup
Coming soon
|
I tried to start the server using the readme:
npx prisma migrate dev
I got this error:
My server env is:
Research
I found that the error is trowed in this file:
homehost/server/services/metadata.js
So my question is, what are the expected values for MOVIES_API and MOVIES_KEY?
Thanks
The text was updated successfully, but these errors were encountered: