- Issue created by @jayvolk
I have a pathauto pattern that works like this... /news/[node:title]
This works for any user created content and most items imported via a json/csv feed. (I do import the title of the item)
but sometimes I get results with urls like this: https://sitename/admin/-6250 not sure why.
1. Import the feed.
2. Weird urls are generated... sometimes
Pathauto should take the url pattern and follow it..