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 upgraded my gems several weeks ago. I just typed bundle upgrade unconsciously. Then I found that when I raised an uncaught error, Completed 401 Unauthorized appeared in log files, it should be Completed 500 Internal Server Error. But the HTTP status client received is the correct 500 Internal Server Error. I downgraded the gems one by one. Finally I found that when I downgraded devise to the original 4.3.0, the problem goes away. And when I upgraded it to 4.4.1, the problem appeared.
Expected behavior
Instead of Completed 401 Unauthorized, it should be Completed 500 Internal Server Error in log files when errors occur.
The text was updated successfully, but these errors were encountered:
Environment
Current behavior
I upgraded my gems several weeks ago. I just typed
bundle upgrade
unconsciously. Then I found that when I raised an uncaught error,Completed 401 Unauthorized
appeared in log files, it should beCompleted 500 Internal Server Error
. But the HTTP status client received is the correct500 Internal Server Error
. I downgraded the gems one by one. Finally I found that when I downgraded devise to the original4.3.0
, the problem goes away. And when I upgraded it to4.4.1
, the problem appeared.Expected behavior
Instead of
Completed 401 Unauthorized
, it should beCompleted 500 Internal Server Error
in log files when errors occur.The text was updated successfully, but these errors were encountered: