*Invalid URL* Problem with google sheet and Gmail

I’m using google sheet as a database and gmail to send me an email when a bug occurs.

During manual testing, no issue at all.
I then set a “on schedule trigger” for my workflows and left.
The next morning i came back and all my Google sheet + Gmail node didn’t work and had the error “Invalid URL”.

I tried running the workflows manually once again and it worked … really don’t know what to do.

Error of google sheet node : Invalid URL


Error of Gmail node : Invalid URL [item 0]

Information on your n8n setup

  • **n8n version: 1.103.2
  • **Running n8n via Railway

Hey @itkindaworks hope all is well, welcome to the community. Did you look at the execution log? What was the URL which was considered invalid?

I couldn’t tell, i don’t use any URL in my parameters, that’s why i’m wondering. And when i run it manually it works.

All the data that is passed during the execution from one node to another can be (most of the time) traced in the execution log all the way down to the node, which errored out. Can you show a screenshot of that maybe?

Something like this?

In the execution log i have the first node (the timed trigger) passing basiaclly nothing to the second node (the google sheet one) then the error occurs “Invalid URL”.

Tried to debug it in editor, when i click run, everything works… didn’t change a thing.

Do these have any useful information?

image

Open the dropdown in the ‘From Google Sheets’. There will be more information about the error there

Here is what i get

Welp, not much to go off of here…

¯\_ (ツ) _/¯

well couldn’t find the issue, so i downloaded my workflows, re-created an n8n instant on Railway, re-created my credentials and it worked ¯\_ (ツ) _/¯ oh well

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.