After connecting cloudinary with my django backend project it fails after sometime
Christopher
Member Posts: 1 ✭
After connecting Cloudinary with my Django backend project I was able to upload images to my project and after sometime of using it, this is the error i see when ever i try to upload my images for my products:
raise Error("Error parsing server response (%d) - %s. Got - %s" % (response.status, response.data, e))
cloudinary.exceptions.Error: Error parsing server response (502) - b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body>\r\n<center><h1>502 Bad Gateway</h1></center>\r\n</body>\r\n</html>\r\n'. Got - Expecting value: line 1 column 1 (char 0)
[01/Feb/2023 10:49:59] "POST /create-product HTTP/1.1" 500 236323
Tagged:
0
Answers
-
Additional information requested through the support ticket #214063. Thanks in advance.
0