Skip to main content

1. I can’t stop the code generation process

To stop the code generation, press the stop button located at the bottom-right of the Kombai’s input box.

2. Kombai is not following the tech stack that I defined in the message

There are two ways you can define the tech stack- Scan workspace(automatic) and Configure(manual). If you choose to manually configure the tech stack, go to Tech Stack. For each stack type(e.g. Router, Components), select an option from the dropdown. If your choice isn’t listed, select Custom and define it yourself. Certain stack types (e.g., Framework) do not allow a custom value. In such cases, we recommend you to reach out to support@kombai.com.

3. I am unable to connect my app to the Kombai browser preview

Follow the steps below to troubleshoot the issue:
  • Reload the browser tab.
  • Kill the dev server and restart preview.
  • Reload the IDE and restart preview in Kombai.
If the issue still persists, please reach out to support@kombai.com.

4. My IDE does not have shell integration

Kombai requires shell integration to run Kombai browser and read output of terminal commands. For windows, Kombai uses powershell to run the commands. Check your current PowerShell version by running: $PSVersionTable.PSVersion. If your version is below 7, update PowerShell. You may also need to change your PowerShell execution policy. Follow these steps to change the execution policy:
  1. Open PowerShell as an administrator: Press Win + X and select Windows PowerShell (Administrator) or Windows Terminal (Administrator).
  2. Check current execution policy by running this command:
Get-ExecutionPolicy
  1. If the output is Restricted or AllSigned, change the execution policy by running the following command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  1. Confirm the Change by typing Y and pressing Enter when prompted.
  2. Verify the Policy Change by running Get-ExecutionPolicy again to confirm the new setting.
  3. Restart VSCode and continue.
If the issue still persists, please reach out to support@kombai.com.