Troubleshooting

Missing pages in Bullet, Links pointing to

You may occasionally encounter an issue where some links are not clickable, often displaying a "#" at the end.

Main Cause

The page that the link should direct to is missing.

Possible fixes

The pages may be missing for various reasons:
  1. If it’s a database page, the "Publish" property of the page is unchecked.
    1. Fix: Make sure the publish property is checked.
  1. Another page with the same path already exists. This may occur due to two circumstances:
    1. The "Path" property or slug that you have entered for the page is already in use.
      1. Fix: The Path property should be unique across all your websites.
    2. If the path property is left empty, the system will automatically slugify the page title. Similarly, if a same duplicate slug is generated elsewhere on your site for different page, there will be a conflict, and this conflict prevents the page from being generated.
      1. Fix: Leaving the path property empty will lead to duplicate pages, thus being skipped.
  1. A page might not get generated because the title page is not defined in Notion. A title is required to generate a page. Any untitled page will be skipped by the Bullet platform, and it won’t get generated as well.

Troubleshooting Bullet Block Editor

Unable to select the current block for some elements?

  • Some elements don’t have unique selectors, so they can’t be selected directly as blocks. Avoid styling these elements, as the styles will apply to all similar elements across the editor.
  • Instead, select a unique parent element. You can apply styles to it, and those styles will also affect the child elements inside.
Example:
In the video, we first selected .notion-blue, which didn’t have a unique selector, so the style affected all .notion-blue blocks. Then, we selected its unique parent and applied a font size, which styled only that block (and the .notion-blue inside it) correctly.

Notion table instead of a webpage

Seeing Notion table instead of the webpage?

In rare scenarios, you may face an issue where you are seeing Notion table as a front page.
This may happen due to two reasons.
  1. Home page (page with "/" path) is not published. This might occur due to two reasons.
    1. There is no page with a "/" path. If you have a page type database.
    2. Publish property is unchecked for the page with the "/" path.
    3. 1.00
  1. When sharing the Notion public URL in the Bullet dashboard, by mistake, you might have shared the URL of the pages list database collection page instead of the parent page. Then, obtain the public URL of the parent page and paste it under the Settings page of the Bullet dashboard.
    1. 1.00