Backlink

Blog System Diagnostic

Comprehensive analysis of the blog system health and functionality

10
Passing
0
Warnings
0
Errors
10
Total Checks

Supabase Connection

Connected successfully

success

Details:

{
  "hasSession": false
}

blog_posts Table

Table exists and accessible

success

Details:

{
  "postCount": 2
}

user_saved_posts Table

Table exists and accessible

success

Details:

{
  "saveCount": 0
}

Blog Posts Data

Blog posts available

success

Details:

{
  "postCount": 2,
  "sampleTitles": [
    "Unlocking the Magic of Digital Marketing: More Than Just Clicks and Likes",
    "Ben Shapiro: The Man, The Myth, The Microphone"
  ]
}

Blog Post Retrieval

Individual post retrieval working

success

Details:

{
  "slug": "unlocking-the-magic-of-digital-marketing-more-than-just-clicks-and-likes-mho4q1ef",
  "title": "Unlocking the Magic of Digital Marketing: More Than Just Clicks and Likes"
}

BlogService

Service working

success

Details:

{
  "canFetchPosts": true,
  "postsFound": 1
}

UnifiedClaimService

Service working

success

Details:

{
  "canFetchClaimable": true,
  "claimableFound": 1
}

Routing

Current route information

success

Details:

{
  "currentPath": "/blog-system-diagnostic",
  "isBlogPath": true,
  "isListingPage": false,
  "isIndividualPost": false
}

Test Data Generation

Can create test posts

success

Details:

{
  "testPostId": "dbb96cdc-42ae-42be-bb8b-86090b91d25d",
  "testPostSlug": "diagnostic-test-post-mnxod9dv-bg77cj5ii-3ik2"
}

Test Cleanup

Test post cleaned up successfully

success
Diagnostic ran on 4/13/2026, 8:58:37 PM