I’m on windows 11 and all of the previous routes worked fine except for /articles/new.
I get error 406
How do I solve this?
I’m on windows 11 and all of the previous routes worked fine except for /articles/new.
I get error 406
How do I solve this?
You may be missing a format.html
see routing - Rails 3 returning a HTTP 406 Not Acceptable? - Stack Overflow
Nevermind; created the new.html.erb in the wrong folder…