How to fix "Must supply api_key"
OlaNeat Ayoola
Posted on July 1, 2022
helo
I'm working on a drf api where i'm using cloudinary to handle image upload, on my localhost i'm using .env file to save all my secret keys including cloudinary api key, and it working perfectly but once i deployed to heroku i keep getting this err message
ValueError at /profile/247de095-6895-4bff-a836-dedfa75cde4b/update
Must supply api_key
and i have setup the secret key also using
heroku config:set api_key='api_key'
but still it not working, can anyone help out
💖 💪 🙅 🚩
OlaNeat Ayoola
Posted on July 1, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.