telepilotco / n8n-nodes-telepilot

Other
5 stars 0 forks source link

Impossible to create credentials #6

Closed yecine06 closed 3 months ago

yecine06 commented 3 months ago

Hello,

I have sucessuffly installed the community plugin and i am able to add the telepilot node.

But when i try to create the credential i dont see Personal Telegram CoPilot API in the dropdown list. I tried restarting the container but it didn't work

Screenshot 2024-05-17 at 09 16 34

I am using docker install of n8n with docker composer.

n8n:
    image: docker.n8n.io/n8nio/n8n
    restart: always
    ports:
      - "5678:5678"
    environment:
      - N8N_HOST=localhost
      - N8N_PORT=5678
      - N8N_PROTOCOL=https
      - NODE_ENV=production
      - WEBHOOK_URL=http://localhost:5678/
      - GENERIC_TIMEZONE=Europe/Paris
    volumes:
      - n8n_data:/home/node/.n8n
      - ./local-files:/files

volumes:
  n8n_data: {}

The weird thig is after i restart docker the nodes does not work anymore it's like it's not installed but in the community nodes i can still see it

Screenshot 2024-05-17 at 09 14 38

Screenshot 2024-05-17 at 09 14 47

I am trying to run it on my mac with docker desktop

can you help me?

Thanks

sergk8 commented 3 months ago

Thanks for your report and for information you provided.

I'm able to reproduce the issue with following docker-compose.yml:

services:
  n8n:
    image: n8nio/n8n:1.41.1
    restart: always
    ports:
      - "5678:5678"
    environment:
      - N8N_HOST=localhost
      - N8N_PORT=5678
      - NODE_ENV=production
      - WEBHOOK_URL=http://localhost:5678/
      - GENERIC_TIMEZONE=Europe/Paris
      - DEBUG=tdl,tdl:client,telepilot-cred,telepilot-node,telepilot-trigger,telepilot-cm
      - N8N_LOG_LEVEL=debug
    volumes:
      - n8n_data:/home/node/.n8n
      - ./local-files:/files

volumes:
  n8n_data: {}

I've tried installing othe n8n community nodes and it appears to be also issue for them, for example @4lch4/n8n-nodes-doppler:

Node with credentials available:

3

Node installed in dockerized n8n 1.41.1:

2

No credentials available:

1

@yecine06 could you please verify this issue with some other community nodes that have credentials implemented? I suspect this being some generic issue, that is not specific to "telepilot" node.

In the meantime I will look into the issue itself.

PS: I was observing "unexpected behaviour" with node disappearing from workflows, but still being displayed on "Community Nodes" page as you described. I was not able to recognize when and why this issue might be coming, needs investigation.

Thank you!

gaa23 commented 3 months ago

I am having this issue with several different discord community nodes

ydhouib-selp commented 3 months ago

Yes this seems related to n8n rather than telepillot.

I have tested with a previous version of n8n and it worked.

I think we can close the issue as it's not related to the node

sergk8 commented 3 months ago

I also had a chat with Jon in n8n Discord community "#node-creators" channel and he confirmed that he was able to install teleplot and doppler community nodes on 1.41.0 and main n8n branch. Therefore closing this ticket.