mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 17:05:56 +03:00
[PR #404] [MERGED] fix: resolve onboarding session not found warnings and frontend build… #711
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#711
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/404
Author: @AJaySi
Created: 3/9/2026
Status: ✅ Merged
Merged: 3/9/2026
Merged by: @AJaySi
Base:
main← Head:feature/website-maker-phase1📝 Commits (1)
b3cc83efix: resolve onboarding session not found warnings and frontend build OOM📊 Changes
13 files changed (+1708 additions, -20 deletions)
View changed files
📝
backend/api/onboarding_utils/endpoints_config_data.py(+88 -0)📝
backend/api/onboarding_utils/endpoints_core.py(+2 -2)📝
backend/api/onboarding_utils/onboarding_control_service.py(+2 -2)📝
backend/api/onboarding_utils/step_management_service.py(+4 -4)➕
backend/api/onboarding_utils/website_automation_service.py(+250 -0)➕
backend/models/user_website_request.py(+121 -0)📝
backend/services/onboarding/api_key_manager.py(+12 -9)➕
backend/services/onboarding/website_automation_service.py(+206 -0)➕
backend/services/onboarding/website_intake_service.py(+285 -0)➕
backend/services/onboarding/website_style_service.py(+439 -0)➕
backend/services/user_website_service.py(+295 -0)📝
frontend/package.json(+2 -1)📝
frontend/src/stores/workflowStore.ts(+2 -2)📄 Description
… OOM
Pull Request
📝 Description
Brief description of changes made in this PR.
🔄 Type of Change
🎯 Related Issues
Closes #(issue number)
Fixes #(issue number)
Related to #(issue number)
🧪 Testing
📸 Screenshots (if applicable)
Add screenshots to help explain your changes.
Before
After
🏷️ Component/Feature
Which component or feature is affected?
📋 Checklist
ALwrity-Specific Checklist
🔍 Code Quality
📚 Documentation
🚀 Deployment Notes
Any special deployment considerations or environment variables needed.
🔗 Additional Context
Add any other context about the pull request here.
👥 Reviewers
Tag specific reviewers if needed:
@AJaySi @uniqueumesh @DikshaDisciplines
Thank you for contributing to ALwrity! 🎉
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.