Describe the problem/error/question
I have self-deployed N8n on hetzner with docker and reverse proxy setup. There are 2 main issues that im facing:
- The Front-End is stuck at showing even though response is 200 from the api call.
And second issue i think it pretty much relies on the first because im not able to fetch and audit resposne for the request.
What is the error message (if any)?
There aren’t any logs for this from the container.
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
n8n
2
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:
Hello @Akshat_Rana
Have you checked the executions tab?
Workflow is inactive, I’m using thunder client for the request and getting the response
{ "headers": { "host": "localhost:5678", "connection": "close", "content-length": "0", "accept-encoding": "gzip, deflate, br", "accept": "*/*", "user-agent": "Thunder Client (https://www.thunderclient.com)" }, "params": {}, "query": {}, "body": {}, "webhookUrl": "https://domain/webhook-test/Webhook_Test", "executionMode": "test" }

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