For one of my content types, I have it configured to "Automatically generate the label and hide the label field" and I left the Title Pattern blank. When I create and save a new instance of this content type, instead of being directed to the content I just created, it returns a 404 Page Not Found. I've attempted this on two separate sites and this happens on both.
I am using Drupal 7.51 and Pathauto, in case that may somehow affect it.
I couldn't find any documentation which addresses this case, but I don't see how people haven't encountered it before.
Comments
Comment #2
tclark62 commentedI found out that this does have to do with Pathauto. In order to fix this problem, go to the Pathauto Pattern fields. For the content type that uses this module to auto generate its title, enter the [content-type]-"[node:nid]" and it will correctly understand where to look immediately upon saving.
Comment #4
elvisronn commentedI had the same issue. Thanks for the fix. It works.