mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-26 01:15:52 +03:00
[GH-ISSUE #290] Dev server fails: Missing Clerk publishable key and CopilotSidebar export errors #205
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#205
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?
Originally created by @uniqueumesh on GitHub (Oct 12, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/290
Summary
Launching the frontend (Create React App) shows a blocking overlay “Missing Clerk Publishable Key — Please add REACT_APP_CLERK_PUBLISHABLE_KEY to your .env file” and compile errors reporting that CopilotSidebar is not exported from @copilotkit/react-ui.
Screenshot
Please see the attached screenshot from local run (missing Clerk banner + multiple CopilotSidebar export errors).
Steps to Reproduce
Actual Behavior
export 'CopilotSidebar' (imported as 'CopilotSidebar') was not found in '@copilotkit/react-ui' (possible exports: Button, Card)
Affected files include:
Expected Behavior
Dev server starts and renders without blocking overlay and without missing exports.
Environment
node -v/npm -v20b0171(from local)Suspected Root Causes
Proposed Fixes
REACT_APP_CLERK_PUBLISHABLE_KEY=<publishable_key>
Workarounds Tried
Request
@uniqueumesh commented on GitHub (Oct 12, 2025):
It was created by mistake.