Self-hosted deployment issue

Describe the problem/error/question

What is the error message (if any)?

when i had deployed the n8n on Azure container app, it is fine to login, build workflow and execute, but i see there are some error showing in the F12 console log. i am not sure is it abnormal or not.

Share the output returned by the last node

Information on your n8n setup

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

The console errors you’re seeing are concerning and indicate authentication and resource loading issues with your Azure Container App deployment. The 401 Unauthorized and 404 Failed to load resource errors suggest problems with your container configuration or networking setup.

To troubleshoot this:

• Check your Azure Container App environment variables, especially authentication settings and base URL configuration

• Verify that all necessary ports are properly exposed and your container has the correct health check endpoints

• Review the [docs.n8n.io]( Azure | n8n Docs ) Azure hosting guide to ensure your deployment follows the recommended configuration

• Consider checking your container logs in Azure for more detailed error information beyond what’s shown in the browser console

While n8n appears to be working functionally, these errors could lead to instability or security issues, so it’s worth resolving them properly.