I know there are dozens of questions on different sites about this issue. I have tried a lot of things, and I still can\'t get the link with DELETE method to work.
I\'ve
Can we see your routes file?
Specifically the devise_for call
You could also try setting the path explicitly
devise_for :users, path_names: { sign_out: 'sign_out' }