Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions docs/versioned_docs/version-CE/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ description: Frequently Asked Questions

# FAQ







This page contains Frequently Asked Questions.

## Architecture
Expand Down Expand Up @@ -256,6 +250,21 @@ Some commands like `bash -e` or `set -x otrace` may override this behavior and m

## Project

### When I try to edit the workflow, I get a 500 error page (workflow editor button)?

This can happen if no [initialization machine](../using-semaphore/pipelines#init-job) is defined. To fix the error, follow these steps:

1. Open the server menu and press **Settings**
2. Select **Initialiation jobs** on the left menu
3. Unsure at least **Environment type** and **Machine type** are select
4. Press **Save changes** *even it the correct options were already selected*

:::note

Even if the correct options are selected, press **Save changes** to ensure they are applied.

:::

### Can I transfer ownership of a project?

Yes. The following conditions need to be met:
Expand Down
21 changes: 15 additions & 6 deletions docs/versioned_docs/version-EE/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ description: Frequently Asked Questions (EE)

# FAQ







This page contains Frequently Asked Questions.

## Architecture
Expand Down Expand Up @@ -256,6 +250,21 @@ Some commands like `bash -e` or `set -x otrace` may override this behavior and m

## Project

### When I try to edit the workflow, I get a 500 error page (workflow editor button)?

This can happen if no [initialization machine](../using-semaphore/pipelines#init-job) is defined. To fix the error, follow these steps:

1. Open the server menu and press **Settings**
2. Select **Initialiation jobs** on the left menu
3. Unsure at least **Environment type** and **Machine type** are select
4. Press **Save changes** *even it the correct options were already selected*

:::note

Even if the correct options are selected, press **Save changes** to ensure they are applied.

:::

### Can I transfer ownership of a project?

Yes. The following conditions need to be met:
Expand Down