Rails Active Storage Integration Error when attempting to reset database after adding Cloudinary
Ali
Member Posts: 2 ✭
I am new to Cloudinary and I am trying to set up Cloudinary with Active Storage in a Rails 7 app.
After following the instructions on your site, I tried to reset and reseed my development database, which includes Active Storage Attachments. I am receiving the following error "ActiveStorage::IntegrityError: Error parsing server response (404)" and "Caused by: JSON::ParserError: 859: unexpected token at '<!DOCTYPE html> ..." followed by a wall of html.
I'm not sure what I am doing wrong. How can I tell what is causing this error?
Thank you.
Tagged:
0
Best Answer
-
Nevermind. I realized I forgot to add ERB tags to my yml file.
0