Troubleshooting Guide
This guide helps you diagnose and resolve common issues in PromptOwl . Find your problem below and follow the recommended solutions.
Table of Contents
- Quick Diagnostics
- Authentication Issues
- AI Response Problems
- API Key Issues
- Tool and MCP Problems
- Data Room and Artifact Issues
- Conversation Problems
- Performance Issues
- Sharing and Permission Errors
- Enterprise and Team Issues
- Display and UI Problems
- Getting Help
Quick Diagnostics
First Steps for Any Issue
Before diving into specific problems, try these universal fixes:
- Refresh the page (Ctrl/Cmd + R)
- Hard refresh (Ctrl/Cmd + Shift + R)
- Clear browser cache
- Try a different browser
- Check internet connection
- Log out and log back in
Check System Status
| What to Check | How |
|---|---|
| Your connection | Try other websites |
| PromptOwl status | Check status page (if available) |
| LLM provider status | Check OpenAI/Anthropic status pages |
| Browser console | Press F12, check for errors |
Authentication Issues
Can’t Log In
Symptoms: Login button doesn’t work, error after credentials
Solutions:
-
Check credentials:
- Verify email address is correct
- Check password (case-sensitive)
- Try password reset if unsure
-
Email not verified:
- Check inbox for verification email
- Check spam/junk folders
- Request new verification email
-
OAuth issues (Google):
- Clear Google cookies
- Try incognito/private mode
- Ensure pop-ups not blocked
-
Enterprise access:
- Verify you’re on correct subdomain
- Contact admin if access denied
- Check enterprise is active
Session Expired
Symptoms: Suddenly logged out, actions fail
Solutions:
- Log in again (sessions expire after 7 days)
- Check for multiple tabs (one may have logged out)
- Clear cookies and log in fresh
”User not authenticated” Error
Symptoms: Actions fail with authentication error
Solutions:
- Refresh the page
- Log out and log back in
- Clear browser cookies for the site
- Check if session expired
AI Response Problems
No Response from AI
Symptoms: Message sent but no response appears
Solutions:
-
Check API key:
- Go to Settings → API Keys
- Verify key shows “API key Found”
- Try re-entering the key
-
Check model selection:
- Ensure model is selected on prompt
- Verify model isn’t deprecated
- Try different model
-
Network issues:
- Check internet connection
- Try again after a moment
- Check LLM provider status
”Rate limit exceeded”
Symptoms: Error about too many requests
Cause: You’ve hit the API usage limit
Solutions:
- Wait a few minutes and retry
- Check your API usage in provider dashboard
- Consider upgrading API plan
- Spread requests over time
”Context length exceeded”
Symptoms: Error about input being too large
Cause: Message or conversation too long for model
Solutions:
- Shorten your message
- Start a new conversation
- Switch to model with larger context
- Reduce connected artifact size
”Content filter” Error
Symptoms: Request blocked by content filter
Cause: Input flagged by AI provider’s safety system
Solutions:
- Revise message content
- Remove potentially flagged terms
- Try rephrasing the request
- Contact support if false positive
”Authentication error with LLM provider”
Symptoms: 401/403 error from AI provider
Cause: API key invalid or expired
Solutions:
- Go to Settings → API Keys
- Delete and re-enter your API key
- Verify key is active in provider dashboard
- Check key has correct permissions
- Ensure billing is active with provider
Response Cut Off
Symptoms: AI response stops mid-sentence
Cause: Max tokens limit reached
Solutions:
- Increase max_tokens in prompt settings
- Ask AI to continue
- Break into smaller requests
Unexpected or Wrong Responses
Symptoms: AI gives irrelevant answers
Solutions:
- Review prompt instructions
- Lower temperature for more focused responses
- Add more context to system prompt
- Check if correct model is selected
- Review connected artifacts for relevance
API Key Issues
”API key not Found”
Symptoms: Provider shows no key configured
Solutions:
- Navigate to Settings → API Keys
- Enter your API key for the provider
- Click Save
- Wait for validation
- Refresh page if still showing not found
Key Validation Fails
Symptoms: Error when saving API key
Solutions:
- Verify key copied correctly (no extra spaces)
- Check key format:
- OpenAI: starts with
sk- - Anthropic: starts with
sk-ant-
- OpenAI: starts with
- Verify key is active in provider dashboard
- Check API key has correct permissions
- Ensure billing is set up with provider
”Invalid API key”
Symptoms: Actions fail with invalid key error
Cause: Key was revoked, expired, or incorrect
Solutions:
- Generate new key from provider
- Delete old key in PromptOwl
- Add new key
- Verify with test message
Tool and MCP Problems
Tools Not Appearing
Symptoms: Tool selection shows no available tools
Solutions:
- Go to Tools configuration page
- Check tools are enabled (toggle on)
- For API tools, verify API key is configured
- For MCP tools, check server is enabled
- Refresh the page
”Tool needs configuration”
Symptoms: Tool shows yellow “Needs Config” badge
Cause: Required API key not provided
Solutions:
- Expand tool configuration
- Enter required API key
- Click Save
- Status should change to “Ready”
MCP Server Won’t Connect
Symptoms: MCP server shows disconnected or errors
Solutions:
- Verify server URL is correct
- Check server is running
- Test URL in browser/curl
- Check firewall isn’t blocking
- Review server logs for errors
- Try removing and re-adding server
Tool Returns Errors
Symptoms: Tool execution fails
Solutions by Tool:
Calculator:
- Check expression is valid math
- Avoid special characters
Search Tools:
- Verify API key is valid
- Check search quota not exceeded
- Try different search terms
MCP Tools:
- Check server is running
- Verify server returned valid response
- Review server logs
AI Not Using Tools
Symptoms: AI ignores available tools
Solutions:
- Verify tools connected to prompt
- Ask question that requires tool
- Check tool is appropriate for question
- Review tool description (AI uses this)
Data Room and Artifact Issues
Artifact Won’t Sync
Symptoms: Sync status stuck on “Unsynced” or “Modified”
Solutions:
- Open the containing folder
- Wait for automatic sync
- Try editing and saving artifact
- Check artifact has content
- Verify no special characters causing issues
AI Not Finding Artifact Content
Symptoms: AI says it can’t find information that’s in artifact
Solutions:
- Check artifact sync status (must be green)
- Verify artifact is in connected dataset
- Check dataset is connected to prompt
- Try different question phrasing
- Review chunk preview (artifact may be split unexpectedly)
Link Scraping Failed
Symptoms: Link artifact shows no content
Cause: Website blocked scraping or requires login
Solutions:
- Verify URL is accessible in browser
- Check URL uses http:// or https://
- Some sites block automated access
- Try copying content manually as text artifact
File Upload Failed
Symptoms: Error when uploading file
Solutions:
- Check file size (max 500 MB)
- Verify supported format:
- PDF, DOCX, CSV, TXT
- Ensure file isn’t corrupted
- Try re-saving and uploading
- Check file isn’t password-protected
Citations Not Appearing
Symptoms: AI responses have no source citations
Solutions:
- Verify RAG is enabled on prompt
- Check artifacts have citation metadata filled
- Ensure enterprise hasn’t disabled citations
- Confirm artifact is synced
- Check “Title for Citation” field is populated
Conversation Problems
Conversation Not Saving
Symptoms: Messages disappear after sending
Solutions:
- Check internet connection
- Refresh page and retry
- Verify you’re logged in
- Check for error messages in browser console
- Try different browser
Can’t Find Conversation
Symptoms: Conversation disappeared from sidebar
Solutions:
- Check all date groups (Today, Yesterday, etc.)
- Use search to filter by topic
- Verify you’re in correct prompt
- Check if shared conversation (look for “Shared by”)
- Conversation may have been deleted
Memory Not Working
Symptoms: AI doesn’t use memory context
Solutions:
- Check memory is enabled on prompt
- Verify you have memories created
- Ensure memories have content
- Try toggling memory off and on
- Memories need relevant keywords to activate
Conversation History Lost
Symptoms: Previous messages not showing
Cause: May be viewing different conversation branch
Solutions:
- Check conversation selection in sidebar
- Look for branch indicators
- Scroll up in conversation
- Start new conversation if needed
Performance Issues
Slow Response Times
Symptoms: AI takes very long to respond
Solutions:
- Check internet connection speed
- Try simpler prompt
- Reduce context/artifact size
- Switch to faster model (GPT-3.5, Claude Haiku)
- Check LLM provider status
Page Loading Slowly
Symptoms: PromptOwl pages take long to load
Solutions:
- Clear browser cache
- Disable browser extensions
- Try incognito/private mode
- Check internet connection
- Try different browser
Sequential Prompt Hangs
Symptoms: Multi-block prompt stops executing
Cause: Possible circular reference or timeout
Solutions:
- Check for circular block references
- Review block configuration
- Simplify workflow
- Check individual block outputs
- Try running blocks separately
Sharing and Permission Errors
”You do not have access”
Symptoms: Can’t view shared resource
Cause: Permission not granted or revoked
Solutions:
- Contact resource owner
- Verify correct email was shared with
- Check team membership
- Request re-sharing
Can’t Share Resource
Symptoms: Share button missing or errors
Solutions:
- Check your role (Owner/Editor can share)
- Verify enterprise allows sharing
- Check “showShareButton” isn’t disabled
- Contact admin if feature is restricted
Shared User Can’t Access
Symptoms: Person you shared with reports no access
Solutions:
- Verify correct email address
- Ask them to refresh/log out and in
- Re-share the resource
- Check if they need prompt access (for conversations)
Team Members Not Getting Access
Symptoms: Team share doesn’t work for some members
Solutions:
- Verify team membership
- Check member’s role in team
- Ensure team share was saved
- Have member refresh their view
Enterprise and Team Issues
Enterprise Settings Not Loading
Symptoms: Branding/settings not appearing
Solutions:
- Hard refresh (Ctrl/Cmd + Shift + R)
- Clear browser cache
- Verify on correct subdomain
- Check enterprise is set to Active
- Contact admin to verify configuration
Can’t Access Enterprise Features
Symptoms: Features that should be available aren’t
Solutions:
- Check feature toggles in admin panel
- Verify your role in enterprise
- Contact enterprise admin
- Check enterprise subscription status
Team Settings Not Saving
Symptoms: Team changes don’t persist
Solutions:
- Verify you’re team Owner
- Check for validation errors
- Refresh and retry
- Contact support if persists
Display and UI Problems
Styling/Theme Issues
Symptoms: Wrong colors, broken layout
Solutions:
- Hard refresh page
- Clear browser cache
- Try different browser
- Check if using correct subdomain
- Disable browser extensions
”Deprecated Model” Warning
Symptoms: Warning blocking prompt execution
Cause: Selected model has been deprecated
Solutions:
- Open prompt for editing
- Change to a supported model
- Save prompt
- Warning should clear
Modal/Dialog Won’t Close
Symptoms: Popup stuck on screen
Solutions:
- Press Escape key
- Click outside modal area
- Refresh page
- Try different browser
Content Not Displaying
Symptoms: Blank areas where content should be
Solutions:
- Refresh page
- Check browser console for errors
- Try different browser
- Clear cache and cookies
- Disable ad blockers/extensions
Getting Help
Before Contacting Support
Gather this information:
- Browser and version
- Steps to reproduce issue
- Error messages (screenshots help)
- When issue started
- What you’ve already tried
Support Channels
| Channel | Best For |
|---|---|
| Help Center | Documentation, FAQs |
| Email Support | Account issues, bugs |
| Enterprise Admin | Team/enterprise issues |
Reporting Issues
Include:
- Detailed description
- Steps to reproduce
- Expected vs actual behavior
- Screenshots/recordings
- Browser console errors (F12)
Emergency Contacts
For urgent enterprise issues:
- Contact your PromptOwl administrator
- Email hoot@promptowl.ai
- Reference your enterprise ID
Quick Reference
Common Error Messages
| Error | Likely Cause | Quick Fix |
|---|---|---|
| ”User not authenticated” | Session expired | Log in again |
| ”Rate limit exceeded” | Too many requests | Wait and retry |
| ”Context length exceeded” | Input too large | Shorten message |
| ”API key not found” | Key missing | Add in settings |
| ”Model deprecated” | Old model | Select new model |
| ”No access” | Permission issue | Contact owner |
Refresh Methods
| Method | What It Does |
|---|---|
| F5 or Ctrl+R | Normal refresh |
| Ctrl+Shift+R | Hard refresh (clears cache) |
| Clear cache | Removes stored data |
| Incognito mode | Fresh session |
Useful Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| F5 | Refresh page |
| F12 | Open developer tools |
| Ctrl/Cmd + Shift + R | Hard refresh |
| Escape | Close modals |