Docs about Docs logo Docs about Docs

Help for troubleshooting common issues.


Step 1: The integration page cannot be displayed in the preview.

The build has run and you can launch the preview except for an integration page that seems to be broken. The most common cause is an extra space in a file. Here is an example with /_data/taps/versions/google-sheets.yml:

released-versions: 
  - number: "3" ## beta, released, deprecated
    date-released: "March 12, 2024"
    # date-last-connection:

   - number: "2" ## beta, released, deprecated
    date-released: "September 1, 2022"
    date-last-connection: "March 12, 2024"
    
  - number: "1" ## beta, released, deprecated
    date-released: "February 26, 2020"
    date-last-connection: "September 1, 2022"

The extra space before - number: "2" will cause the integration page to be broken. We cannot see the preview.


Back to top

Last updated: 15 October 2024