Is importing a workflow from URL still unstable? because as soon I am entering an url I get an error saying invalid url
after digging in n8n repo, I found that a valid url should be matched by this regex expression:
^http[s]?:\/\/.*\/.*\.json$
for that, http://localhost:8800/api/workflow
isn’t matched but after make the server working under the http://localhost:8800/api/workflow.json
url it was possible to fetch workflow from url.
1 Like
We had the same question come up as a GitHub issue last night, Glad to see you worked it out.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.