HTTP Origin header (https://myapp.com) didn't match request.base_url (http://myapp.com) – Nginx
I'm using Rails 6, Devise for authentication and testing my app on Google Chrome. I can log in successfully. However when the user tries to log out by clicking on the Log Out button, it doesn't log out and only…