You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because internally NodeUri relies on a context value "documentNode" being a node, which is used regardless if the given "node" is actually a node or just a path. Technically if "node" is a node instance we shouldn't need another one for linking. the workaround is to set the context variable name baseNodeName. This seems all like an outdated concept. We should just accept node or nodepath + baseNode (as a value directly).
Description
If I use cache mode 'uncached' URL doesn't get generated.
Steps to Reproduce
Expected behavior
In output should be current url for the node.
Actual behavior
Empty output.
Workaround
The text was updated successfully, but these errors were encountered: