ApiKey Invalid
Closed this issue · 3 comments
Can you show such an dummy example to write on .env file
TMDB_TOKEN=
I have follow all of your yt and also pull ur master but still give me an Invalid Api Key
I already run in Postman and its work.
Thank you again.
Try with API read access token (v4 auth)
Can you show such an dummy example to write on .env file
TMDB_TOKEN=
I have follow all of your yt and also pull ur master but still give me an Invalid Api Key
I already run in Postman and its work.
Thank you again.
I don't know what to tell you, everything I've done is in the YouTube video.
Try with API read access token (v4 auth)
Can you show such an dummy example to write on .env file
TMDB_TOKEN=
I have follow all of your yt and also pull ur master but still give me an Invalid Api Key
I already run in Postman and its work.
Thank you again.
The TMDB_TOKEN environment variable is not defined in .env.example file...so when you do a composer install and the .env is generated, the variable is not there...
Of course you could open the file and add it manually :)