Skip to content

Commit

Permalink
Do not skip header level
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jan 22, 2025
1 parent 0a100d6 commit e9be268
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This document contains some common issues and solutions for Posit Publisher.

### The Configuration has a schema error
## The Configuration has a schema error

If deploying results in the following error:

Expand All @@ -19,15 +19,15 @@ Carefully check your Configuration file for any errors, and refer to the
[Configuration File reference documentation](https://github.com/posit-dev/publisher/blob/main/docs/configuration.md)
for more details on the fields and values that are expected.

### Unrecognized app mode
## Unrecognized app mode

If when deploying you see the following error:

> Cannot process manifest: Unrecognized app mode
there are few things to check.

#### Using `type = 'unknown'`
### Using `type = 'unknown'`

If your Configuration file contains `type = 'unknown'`, either from the
generated Configuration being unable to identify the type of your content, or
Expand All @@ -40,7 +40,7 @@ Configuration.
To fix this you will need to find and set the `type` in your Configuration file.
Supported types can be found in the [Configuration File Reference documentation](https://github.com/posit-dev/publisher/blob/main/docs/configuration.md#type).

#### Using a `type` that is not supported by your server
### Using a `type` that is not supported by your server

Another possibility is Posit Connect, on the server you are deploying to, is
older than the version that introduced support for the `type` set in your
Expand Down

0 comments on commit e9be268

Please sign in to comment.