hey. I have an issue, am totally lost. I have an http get node that downloads a file from somewhere.
and everytime I trigger it, it gets stuck infinitely.
The http address looks like this: http://something.com/download/{{ $('Edit Fields').item.json.fileName }}
If I just take the generated url shown in the preview and paste it into a new http node it works flawlessly. the hell?
Are you able to share an example url? I have a few workflows that use expressions to call API endpoints and those appear to work ok so it could be an encoding issue with a character that can’t be seen in the preview, Maybe as a test try posting the URL to something like webhook.site to make sure it is correct there as well.