morethanmin / morethan-log

😎 A static blog using notion database
https://morethan-log.vercel.app
MIT License
1.89k stars 1.51k forks source link

[Bug]: Migration issue from other databases #335

Open vanillacake369 opened 7 months ago

vanillacake369 commented 7 months ago

Describe the bug

  1. Migration by moving a post doesn't work, only copying works.
  2. buildStaticPaths error occurs if slug contains anything like /, code(`),.`
  3. If slug is empty, buildStaticPaths error occurs.
  4. Warns that there may be a performance issue if the data in the post is larger than 128kb << This might be normal
  5. If there is a ? in the middle of the slug, you can see posts in the list of blog, but when you drill down, you get a 404 error.

To reproduce

  1. Go to ...
  2. Click on ...
  3. Scroll down to ..
  4. See error

Browser

Google Chrome ver 121.0.6167.86

Validations