EdiWang / Moonglade

The ASP.NET Core blog system of https://edi.wang, runs on Microsoft Azure
https://edi.wang
GNU General Public License v3.0
512 stars 136 forks source link

The example blog post setup by first run will result in 404 #795

Closed EdiWang closed 4 months ago

EdiWang commented 4 months ago

Describe the bug

The example blog post setup by first run will result in 404

To Reproduce

Steps to reproduce the behavior:

  1. Deploy moonglade by any method
  2. Let the system do first run and seed data
  3. Access moonglade instance and click "Welcome to Moonglade" example post
  4. See 404 error

Expected behavior

Example blog post content should be displayed

Workaround

Go to admin portal, edit the post, save it again.