Full-Stack-Cloud-Dev-Capstone-Project icon indicating copy to clipboard operation
Full-Stack-Cloud-Dev-Capstone-Project copied to clipboard

Program Crash On - Write a Car Review

Open Shanmuga-raj opened this issue 2 years ago • 1 comments

Hi,

I tried to give a car review at this endpoint - https://sr-django-capstone.eu-de.mybluemix.net/djangoapp/dealer/1/

image

When I clicked on Write a car review, below error was thrown

image

I will try to find the cause of this error, meanwhile if anyone can fix this it would be really great!

Thanks in advance!

Shanmuga-raj avatar Nov 15 '22 14:11 Shanmuga-raj

Hello, @Shanmuga-raj !

I've been investigating the issue, and it seems there might be a problem with the database connection. It appears that the application is having difficulty establishing a connection to the cloud database.

To troubleshoot and potentially resolve this issue:

  • Double-check the credentials and connection details used for the cloud database in the Django application.
  • Ensure that the cloud database service is up and running.
  • Verify that there are no recent changes to the database configuration that could be impacting the connection.

Hi,

I tried to give a car review at this endpoint - https://sr-django-capstone.eu-de.mybluemix.net/djangoapp/dealer/1/

image

When I clicked on Write a car review, below error was thrown

image

I will try to find the cause of this error, meanwhile if anyone can fix this it would be really great!

Thanks in advance!

sunnyallana avatar Jan 19 '24 18:01 sunnyallana