You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, errors that are reported back to service users are always in json despite html support being added. This is easy to resolve, by replacing the handlers.go jsonError() with a function that takes a content type string as a parameter.
The text was updated successfully, but these errors were encountered:
Right now, errors that are reported back to service users are always in json despite html support being added. This is easy to resolve, by replacing the handlers.go
jsonError()
with a function that takes a content type string as a parameter.The text was updated successfully, but these errors were encountered: