Broken Authentik Update on line 44 #891

Closed
opened 2026-02-04 22:04:44 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @TheRealVira on GitHub (May 3, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Authentik

📂 What was the exact command used to execute the script?

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Running update within a running Authentik container exits into an error on line 44.

🔄 Steps to reproduce the issue.

Run update within the container.

Paste the full error output (if available).

    ___         __  __               __  _ __
   /   | __  __/ /_/ /_  ___  ____  / /_(_) /__
  / /| |/ / / / __/ __ \/ _ \/ __ \/ __/ / //_/
 / ___ / /_/ / /_/ / / /  __/ / / / /_/ / ,<
/_/  |_\__,_/\__/_/ /_/\___/_/ /_/\__/_/_/|_|


  ✔️   Stopped Authentik

up to date, audited 1827 packages in 2s

493 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
⠼ Building Authentik website
> @goauthentik/website-docs@0.0.0 build-bundled
> cp ../schema.yml static/schema.yml && docusaurus gen-api-docs all && cross-env NODE_OPTIONS='--max_old_space_size=65536' docusaurus build

⠹ Building Authentik website[INFO] [en] Creating an optimized production build...
⠧ Building Authentik website[WARNING] Duplicate routes found!
- Attempting to create page at /docs/add-secure-apps/applications/manage_apps, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/flows-stages/flow/context/, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/flows-stages/flow/examples/snippets, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/flows-stages/stages/authenticator_duo/, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/flows-stages/stages/authenticator_sms/, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/flows-stages/stages/authenticator_validate/, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/flows-stages/stages/authenticator_webauthn/, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/flows-stages/stages/identification/, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/providers/oauth2/, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/providers/oauth2/client_credentials, but a page already exists at this route.
- Attempting to create page at /docs/add-secure-apps/providers/proxy/header_authentication, but a page already exists at this route.
- Attempting to create page at /docs/brands, but a page already exists at this route.
- Attempting to create page at /docs/customize/blueprints/, but a page already exists at this route.
- Attempting to create page at /docs/customize/blueprints/export, but a page already exists at this route.
- Attempting to create page at /docs/customize/blueprints/v1/models, but a page already exists at this route.
- Attempting to create page at /docs/customize/blueprints/v1/tags, but a page already exists at this route.
- Attempting to create page at /docs/developer-docs/setup/full-dev-environment, but a page already exists at this route.
- Attempting to create page at /docs/enterprise/manage-enterprise, but a page already exists at this route.
- Attempting to create page at /docs/install-config/automated-install, but a page already exists at this route.
- Attempting to create page at /docs/users-sources/groups/manage_groups, but a page already exists at this route.
- Attempting to create page at /docs/users-sources/sources/protocols/oauth/, but a page already exists at this route.
- Attempting to create page at /docs/users-sources/sources/social-logins/azure-ad/, but a page already exists at this route.
- Attempting to create page at /docs/users-sources/sources/social-logins/github/, but a page already exists at this route.
- Attempting to create page at /docs/users-sources/sources/social-logins/google/, but a page already exists at this route.
- Attempting to create page at /docs/users-sources/user/user_ref, but a page already exists at this route.
- Attempting to create page at /integrations/services/adventurelog/, but a page already exists at this route.
- Attempting to create page at /integrations/services/aws/, but a page already exists at this route.
- Attempting to create page at /integrations/services/bookstack/, but a page already exists at this route.
- Attempting to create page at /integrations/services/chronograf/, but a page already exists at this route.
- Attempting to create page at /integrations/services/cloudflare-access/, but a page already exists at this route.
- Attempting to create page at /integrations/services/engomo/, but a page already exists at this route.
- Attempting to create page at /integrations/services/freshrss/, but a page already exists at this route.
- Attempting to create page at /integrations/services/gatus/, but a page already exists at this route.
- Attempting to create page at /integrations/services/gitlab/, but a page already exists at this route.
- Attempting to create page at /integrations/services/nextcloud/, but a page already exists at this route.
- Attempting to create page at /integrations/services/sonar-qube/, but a page already exists at this route.
This could lead to non-deterministic routing behavior.
[WARNING] Docusaurus site warnings:
- Your site is using the SWC js loader. You can safely remove the Babel config file at `babel.config.js`.
⠇ Building Authentik websiteBrowserslist: browsers data (caniuse-lite) is 7 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
⠙ Building Authentik website●  ██████████████████████████████████████████████████ (0%)
● Client ██████████████████████████████████████████████████ (100%) emitting after emit
⠴ Building Authentik website
[ERROR] in line 44: exit code 0: while executing command $STD npm run build-bundled

🖼️ Additional context (optional).

root@authentik:~# cat /opt/Authentik_version.txt
https://api.github.com/repos/goauthentik/authentik/tarball/version/2025.2.2
Originally created by @TheRealVira on GitHub (May 3, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Authentik ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Running `update` within a running Authentik container exits into an error on line 44. ### 🔄 Steps to reproduce the issue. Run `update` within the container. ### ❌ Paste the full error output (if available). ``` ___ __ __ __ _ __ / | __ __/ /_/ /_ ___ ____ / /_(_) /__ / /| |/ / / / __/ __ \/ _ \/ __ \/ __/ / //_/ / ___ / /_/ / /_/ / / / __/ / / / /_/ / ,< /_/ |_\__,_/\__/_/ /_/\___/_/ /_/\__/_/_/|_| ✔️ Stopped Authentik up to date, audited 1827 packages in 2s 493 packages are looking for funding run `npm fund` for details found 0 vulnerabilities ⠼ Building Authentik website > @goauthentik/website-docs@0.0.0 build-bundled > cp ../schema.yml static/schema.yml && docusaurus gen-api-docs all && cross-env NODE_OPTIONS='--max_old_space_size=65536' docusaurus build ⠹ Building Authentik website[INFO] [en] Creating an optimized production build... ⠧ Building Authentik website[WARNING] Duplicate routes found! - Attempting to create page at /docs/add-secure-apps/applications/manage_apps, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/flows-stages/flow/context/, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/flows-stages/flow/examples/snippets, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/flows-stages/stages/authenticator_duo/, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/flows-stages/stages/authenticator_sms/, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/flows-stages/stages/authenticator_validate/, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/flows-stages/stages/authenticator_webauthn/, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/flows-stages/stages/identification/, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/providers/oauth2/, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/providers/oauth2/client_credentials, but a page already exists at this route. - Attempting to create page at /docs/add-secure-apps/providers/proxy/header_authentication, but a page already exists at this route. - Attempting to create page at /docs/brands, but a page already exists at this route. - Attempting to create page at /docs/customize/blueprints/, but a page already exists at this route. - Attempting to create page at /docs/customize/blueprints/export, but a page already exists at this route. - Attempting to create page at /docs/customize/blueprints/v1/models, but a page already exists at this route. - Attempting to create page at /docs/customize/blueprints/v1/tags, but a page already exists at this route. - Attempting to create page at /docs/developer-docs/setup/full-dev-environment, but a page already exists at this route. - Attempting to create page at /docs/enterprise/manage-enterprise, but a page already exists at this route. - Attempting to create page at /docs/install-config/automated-install, but a page already exists at this route. - Attempting to create page at /docs/users-sources/groups/manage_groups, but a page already exists at this route. - Attempting to create page at /docs/users-sources/sources/protocols/oauth/, but a page already exists at this route. - Attempting to create page at /docs/users-sources/sources/social-logins/azure-ad/, but a page already exists at this route. - Attempting to create page at /docs/users-sources/sources/social-logins/github/, but a page already exists at this route. - Attempting to create page at /docs/users-sources/sources/social-logins/google/, but a page already exists at this route. - Attempting to create page at /docs/users-sources/user/user_ref, but a page already exists at this route. - Attempting to create page at /integrations/services/adventurelog/, but a page already exists at this route. - Attempting to create page at /integrations/services/aws/, but a page already exists at this route. - Attempting to create page at /integrations/services/bookstack/, but a page already exists at this route. - Attempting to create page at /integrations/services/chronograf/, but a page already exists at this route. - Attempting to create page at /integrations/services/cloudflare-access/, but a page already exists at this route. - Attempting to create page at /integrations/services/engomo/, but a page already exists at this route. - Attempting to create page at /integrations/services/freshrss/, but a page already exists at this route. - Attempting to create page at /integrations/services/gatus/, but a page already exists at this route. - Attempting to create page at /integrations/services/gitlab/, but a page already exists at this route. - Attempting to create page at /integrations/services/nextcloud/, but a page already exists at this route. - Attempting to create page at /integrations/services/sonar-qube/, but a page already exists at this route. This could lead to non-deterministic routing behavior. [WARNING] Docusaurus site warnings: - Your site is using the SWC js loader. You can safely remove the Babel config file at `babel.config.js`. ⠇ Building Authentik websiteBrowserslist: browsers data (caniuse-lite) is 7 months old. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme ⠙ Building Authentik website● ██████████████████████████████████████████████████ (0%) ● Client ██████████████████████████████████████████████████ (100%) emitting after emit ⠴ Building Authentik website [ERROR] in line 44: exit code 0: while executing command $STD npm run build-bundled ``` ### 🖼️ Additional context (optional). ``` root@authentik:~# cat /opt/Authentik_version.txt https://api.github.com/repos/goauthentik/authentik/tarball/version/2025.2.2 ```
OVERLORD added the bug label 2026-02-04 22:04:44 +03:00
Author
Owner

@MickLesk commented on GitHub (May 3, 2025):

#4156

@MickLesk commented on GitHub (May 3, 2025): #4156
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#891