📓
Object-Mappers-Docs
  • Introduction
  • contributing
    • Contributing
  • links
    • Resources
  • reporting
    • Bug Report
    • Custom Report
    • Feature Request Template
    • General Information
    • Issue Report
    • Pull Request Template
  • user-guide
    • Changelog
    • Code of Conduct
    • Code Owners
    • Dependency Management
    • FAQ
    • Getting Started
    • Repositories: How to move content from one repository to another one
    • Troubleshooting
    • Upgrading
  • modules
    • beancp
      • BeanCP Tutorial
    • beanmapper
      • BeanMapper Tutorial
    • beanutils
      • BeanUtils Tutorial
    • bull
      • Bull Tutorial
    • converter
      • Converter Tutorial
    • datus
      • Datus Tutorial
    • doov
      • Doov Tutorial
    • dozer
      • Dozer Tutorial
    • jmapper
      • JMapper Tutorial
    • mapstruct
      • MapStruct Tutorial
    • modelmapper
      • ModelMapper Tutorial
    • moo
      • Moo Tutorial
    • nomin
      • Nomin Tutorial
    • orika
      • Orika Tutorial
    • remap
      • ReMap Tutorial
    • selma
      • Selma Tutorial
    • smooks
      • Smooks Tutorial
Powered by GitBook
On this page
  • Filing Bugs & Troubleshooting
  • Step 1: Attempt To Upgrade fastpages
  • Step 2: Search Relevant Places For Similar Issues
  • Step 3: Observe Build Logs When Developing Locally
  • Step 4: See if there are errors in the build process of GitHub Actions.
  • Step 5: Once you have performed all the above steps, post your issue in the fastai forums or a GitHub Issue.
  • Frequent Errors

Was this helpful?

  1. user-guide

Troubleshooting

PreviousRepositories: How to move content from one repository to another oneNextUpgrading

Last updated 3 years ago

Was this helpful?

Filing Bugs & Troubleshooting

These are required prerequisites before filing an issue on GitHub

Step 1: Attempt To Upgrade fastpages

See the .

In addition to upgrading, if developing locally, refresh your Docker containers with the following commands from the root of your repo:

make remove followed by make build

Step 2: Search Relevant Places For Similar Issues

Step 3: Observe Build Logs When Developing Locally

Step 4: See if there are errors in the build process of GitHub Actions.

Step 5: Once you have performed all the above steps, post your issue in the fastai forums or a GitHub Issue.

You must provide ALL of the above information.

Frequent Errors

  1. Malformed front matter. Note that anything defined in front matter must be valid YAML. Failure to provide valid YAML could result in your page not rendering in your blog. For example, if you want a colon in your title you must escape it with double quotes like this:

    - title: "Deep learning: A tutorial"

    or in a notebook

    # "Deep learning: A tutorial"

    Colons, tilda, asteriks and other characters may cause your front matter to break and for your posts to not render. If you violoate these conventions you often get an error that looks something like this:

     Error: YAML Exception reading ... (<unknown>): mapping values are not allowed

A screenshot / dump of relevant logs or error messages you are receiving from your local development environment. the local development server as indicated in the .

See this for more information.

Can you customize the styling or theme? A: See

See the for frequently asked questions.

Upgrading guide
repo
README
fastpages blog server locally
development guide
tutorial on YAML
Customizing
FAQ