I’m accessing my n8n dashboard using my domain connected in heroku. the domain is accessible using www. but in the callback url the www. s not visible it’s just giiving something like this: https://mydomain.in/rest/oauth2-credential/callback . I want to use google sheet. Do anyone have any idea. What’s going wrong. because after connecting and crossing the consent page it’s showing 404 everytime. in google console I have pasted the redirect url correctly. where exactly the issue might have been occuring.
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:
Hey @Ripan_Chowdhury,
That error page looks like it might be coming back from an Apache or nginx webserver. Can you make sure you have WEBHOOK_URL
set to the domain you use to access n8n as I suspect the URL is incorrect.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.