I have content types using different URL path alias, for example .../product/123 and .../article/456 .
Nodepicker creates links of node/123 and node/456 which are interpreted as /article/node/123 and /product/node/456 which do not exist. The link needs to be /node/123 and /node/456 to work correctly.
Closed: won't fix
2.0
Code