-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as duplicate of#4156
Labels
bugSomething isn't workingSomething isn't working
Description
β 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/[email protected] 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working