mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 00:45:54 +03:00
[PR #427] Fix SEO dashboard overview URL resolution and audit empty states #732
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#732
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/427
Author: @AJaySi
Created: 3/12/2026
Status: 🔄 Open
Base:
main← Head:codex/refactor-seodashboard-site-url-handling📝 Commits (1)
430d5ebFix SEO dashboard site URL resolution and empty audit states📊 Changes
1 file changed (+55 additions, -21 deletions)
View changed files
📝
frontend/src/components/SEODashboard/SEODashboard.tsx(+55 -21)📄 Description
Motivation
Description
https://alwrity.comfallback and initializewebsiteUrlasnullin the dashboard data loader./api/seo-dashboard/overviewwithout asite_urlparam by default and only passsite_urlwhen an explicitselectedSiteUrlis present, avoiding wrong-site queries.response.data.website_urlfrom the overview response, then the authenticateduserDataAPI.getWebsiteURL()fallback, otherwise remain unconfigured.Audit scheduled,No pages audited yet, andSite not configured.Testing
npm run eslintbut the project has noeslintscript so the lint step could not run in this environment.npm run buildbut the build failed due to missingreact-scripts/frontend dependencies in the environment.npm testbut test execution failed becausereact-scriptsis not available here.http://localhost:3000/seo-dashboardwhich failed withERR_EMPTY_RESPONSEbecause the frontend server was not running in this environment.Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.