Unable to find endpoint url for Azure open ai in self hosted n8n

Describe the problem/error/question

I’m try to connect Azure open ai with my self hosted n8n instance, the version I’m working is n8n:1.103.2, the issue is it doesn’t show me a field to enter “Endpoint” which is shown in n8n cloud,

self hosted

n8n cloud

What is the error message (if any)?

I got error message like following,
Authorization failed - please check your credentials

Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource.

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: n8n:1.103.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): : Docker
  • Operating system: : Ubuntu 22

@Asela_bro Hey, plus the question mark under that module on selfhost, I think there an issues and maybe worth restart of the n8n instace to load again hopefully that fix it.

Samuel

1 Like

I have tired restart the instance, but the error not solved

I found this was working properly in latest version, I update my docker composer to use latest available version and remove all the docker cache and install the n8n instance again.

n8n:
    image: docker.n8n.io/n8nio/n8n`
1 Like

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