originally based on: https://github.com/heartcombo/devise/issues/5564
My Turbo Rails 7 app appears to respond correctly but appends content to outside of the body, leaving the rest of the body in place:
Start the server with ./bin/dev
Go to http://127.0.0.1:3000/users/sign_up
Input test username & password
Click "Sign Up"
here's what the Rails log says:
Notice that if you examine the HTML, the "hello world" — which is the correct response from welcome/index.erb
, get appended outside of the closing <body>
tag
Expected result: • The signup form goes away and the user is correctly taken to the home page