Pure-Battlefield / gswat

The Pure Game Server Web Administration Tool
Other
2 stars 5 forks source link

Trying to save invalid credentials on serverinfo page passes 500 error into console #119

Open wbbarr opened 11 years ago

wbbarr commented 11 years ago

The error 500 that is returned by the API is not properly handled in the frontend and gets passed up into the console.

Repro:

  1. Navigate to settings page
  2. Leave all form fields at default/blank settings
  3. Push save.
  4. Check console.
EnzoMartin commented 11 years ago

The error return is in the old format, it should be using the new JSON response format.

EnzoMartin commented 8 years ago

This is still a thing apparently.. :stuck_out_tongue: