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
I think the problem is that you're trying to return JSON, and an empty body is not valid JSON. Set content-type to text/plain and you should be set with returning a nil.
Is it possible to respond with no body? I've tried returning nil from my handlers but it returns
null
.The text was updated successfully, but these errors were encountered: