Credentials are deleted very quickly

I have an annoying issue with Google API credentials. They get deleted / blocked after just an hour or so …

Then I need to go and delete the creds and make new ones.

I am running n8n behind nginx proxy manager btw. and everything works fine.

I’ve also set the host and base vars correctly. I’ve set the host to : 0.0.0.0 and also tried localhost. No difference. The base is ofcourse the domain (inc https) which I use n8n from.

Can’t seem to figure this out … anyone ?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @lexgabrees

Which error messages are you getting and which nodes are using?

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


1 Like

It’s with every workflow when using the Google Drive and Sheets node … there really isn’t a specific workflow to paste …

The error just says : the Oath client was deleted.

I’m going to try to make workflow that calls the credentionals ever hour and see if that keeps them alive … The question is just : why do they get delete so quickly …

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