nusmodifications / nusmods

🏫 Official course planning platform for National University of Singapore.
https://nusmods.com
MIT License
587 stars 319 forks source link

Error: There was a problem submitting your feedback. Please try again later. #3769

Open derpbenji opened 2 months ago

derpbenji commented 2 months ago

Error: There was a problem submitting your feedback. Please try again later.

A clear and concise description of what the bug is.

Unable to submit location information correction for venues.

Steps to reproduce the behavior:

  1. Go to 'Venues'
  2. Click on 'SDE-LT423'
  3. Click on ‘Help us improve this map’
  4. Click on ‘Problem with venue data’
  5. Input ‘Email’
  6. Input ‘Room Name’
  7. Input ‘Floor’
  8. Move Map Marker to correct location
  9. Click on ‘Submit’
  10. See error: “ There was a problem submitting your feedback. Please try again later.”

Expected behavior

I expected my feedback to be submitted as the location of the current venue is wrong. However my feedback did no go through.

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

Add any other context about the problem here.

jinxuan-owyong commented 2 months ago

Same here, wanted to update SDE3-LT424

image

image

kxing28 commented 2 months ago

Hey, others are trying to update this location too! I went to Tembusu on first day of class and couldnt find SDE3 🙃

The issue seems to occur during this POST from line 132 of website/src/views/venues/VenueLocation/ImproveVenueForm.tsx

axios
      .post(config.venueFeedbackApi, {
        venue,
        reporterEmail,
        floor,
        latlng: location,
        room: roomName,
      })
zwliew commented 2 months ago

Thanks for reporting. The service we used to handle venue updates shut down, so we're going to have to find a different way to host it. We'll fix it soon!