JorgenDIF / PP4-Riot-Rythm-Festival

The freedom of music
0 stars 1 forks source link

Bug Resolved : Site Crash on Image Upload Due to Typo in Cloudinary Configuration #68

Open JorgenDIF opened 4 months ago

JorgenDIF commented 4 months ago

Bug Description

The site crashes when attempting to upload an image. The cause has been identified as a typographical error in the configuration settings for Cloudinary, where it is incorrectly spelled as "clodinary".

Impact

Steps to Reproduce

  1. Navigate to the image upload section.
  2. Try to upload any image.
  3. The site crashes and displays an error related to Cloudinary configuration.

Expected Behavior

The site should allow users to upload images without any interruptions or crashes.

Actual Behavior

The site crashes due to a typo in the Cloudinary service configuration spelling.

Fix Suggestion

Correct the typo in settings.py the Cloudinary service is configured from "clodinary" to "cloudinary".

Additional Notes

Please ensure that all configuration variables are double-checked for typos to prevent similar issues in the future.