code0Vörr AIContactGuides
Book a Demo
Guides/Code Zero/Reference

Troubleshooting

Reference

I signed in, but I cannot see my organisation

  1. Confirm you are signed in with the correct Frigga account.
  2. Confirm your account has CodeZero access.
  3. Confirm you have been added to the correct organisation.
  4. Sign out and sign in again.
  5. Restart VS Code.
  6. If the organisation is still missing, contact hello@frigga.cloud.

Sign-in keeps failing or returning me to the login screen

  1. Confirm your internet connection is active.
  2. Retry sign-in from the CodeZero panel.
  3. Sign out of Frigga and authenticate again.
  4. Restart VS Code.
  5. Check the CodeZero Output channel for authentication errors.
  6. Contact support if the issue persists.

CodeZero is connected to the wrong organisation

  1. Sign out of CodeZero.
  2. Sign in again with the correct Frigga account.
  3. Select the intended organisation.
  4. Reopen your repository.
  5. Start a new CodeZero session.

My repository is not appearing in CodeZero

  1. Confirm you are signed in to the correct organisation.
  2. Confirm the repository has been connected to your organisation.
  3. Confirm repository indexing has completed.
  4. Refresh the CodeZero panel.
  5. Restart VS Code.
  6. If the repository should already be available, contact support.

CodeZero says my repository is still indexing

  1. Wait for indexing to complete.
  2. Refresh the CodeZero panel after indexing finishes.
  3. Reopen the repository if the status does not update.
  4. Restart VS Code if the repository remains stuck.
  5. Contact support if indexing does not complete.

CodeZero cannot find Claude Code

  1. Confirm Claude Code is installed.
  2. Open a terminal and run claude.
  3. Confirm the claude binary is available on your PATH.
  4. Restart VS Code after installing or updating Claude Code.
  5. Reopen CodeZero and start a new session.

Claude Code is installed, but CodeZero still cannot detect it

  1. Run claude from the same environment used to launch VS Code.
  2. Confirm there are no PATH differences between your terminal and VS Code.
  3. Restart VS Code completely.
  4. Re-authenticate Claude Code if required.
  5. Start a new CodeZero session.

The agent cannot find context from another repository

  1. Confirm the repository is connected to the same organisation.
  2. Confirm indexing has completed.
  3. Confirm you are working in the correct organisation.
  4. Start a new agent session.
  5. Retry the request with the relevant feature, service or repository named explicitly.
  6. Contact support if the repository is indexed but still unavailable.

Git history, diff or blame is not displaying correctly

  1. Confirm the folder open in VS Code is a Git repository.
  2. Confirm the repository has a valid Git remote and history.
  3. Refresh the CodeZero panel.
  4. Restart VS Code.
  5. Check the CodeZero Output channel for errors.

CodeZero is showing an unsupported version message

  1. Update CodeZero to the latest available version.
  2. Run code0: Check for Updates from the Command Palette.
  3. Reload VS Code after the update.
  4. If automatic updating fails, install the latest .vsix manually.

CodeZero is not updating automatically

  1. Check the code0.autoUpdate setting.
  2. Run code0: Check for Updates manually.
  3. Confirm VS Code can access the CodeZero update endpoint.
  4. Restart VS Code.
  5. Install the latest .vsix manually if required.

Where can I find CodeZero logs?

  1. Open View → Output in VS Code.
  2. Select CodeZero from the output channel dropdown.
  3. Reproduce the issue.
  4. Include the relevant output when contacting support.

I am using a local or self-hosted CodeZero deployment

  1. Confirm code0.backendUrl points to the correct backend for your environment.
  2. Confirm code0.identityUrl points to your identity service.
  3. Confirm code0.accountsUrl points to your sign-in page.
  4. Restart VS Code after changing these settings.

CodeZero is still not working

  1. Confirm you are on the latest CodeZero version.
  2. Restart VS Code.
  3. Re-authenticate with Frigga.
  4. Start a new CodeZero session.
  5. Check the CodeZero Output channel.
  6. Contact hello@frigga.cloud with the issue and relevant logs.