Troubleshooting
Even the best workflows sometimes run into issues. This page outlines common problems, how to fix them, and where to find additional help if you need it.
Upload Issues
Files Won't Upload
Common Causes:
- Internet connection interruption
- File size exceeds subscription limits
- Unsupported file format
- Browser compatibility issues
Solutions:
-
Check Connection
- Ensure stable internet connection
- Try uploading a smaller test file first
- Use ethernet instead of WiFi if possible
-
Verify File Format
- Supported: PDF, DOCX, XLSX, CSV, JSON, images, videos
- Maximum file size varies by subscription tier
- Check supported formats list
-
Browser Troubleshooting
- Clear browser cache and cookies
- Try incognito/private browsing mode
- Update to latest browser version
- Disable browser extensions temporarily
-
Alternative Methods
- Use the mobile app for uploads
- Try uploading via API
If the issue persists, reach out to Filedgr Support with the error details. Your sales representative can also escalate urgent cases.
Upload Stuck at "Processing"
This usually indicates a backend processing delay:
- Wait and Retry - Processing can take 5-10 minutes for large files
- Check Status Page - Visit status.filedgr.com for system issues
- Cancel and Retry - Cancel the upload and try again
- Contact Support - If stuck for more than 30 minutes
Verification Status Issues
Verification Shows as "Pending"
Blockchain confirmations can take time depending on network congestion:
Expected Times:
- Polygon: 30-60 seconds under normal conditions; 2-5 minutes during congestion
- Ethereum: 1-5 minutes under normal conditions; 5-15 minutes during congestion
- High congestion: Up to 30 minutes
What to Do:
- Be Patient - Most transactions complete within expected timeframes
- Check Blockchain - Use transaction ID to check status on block explorer
- Network Issues - Check if blockchain network is experiencing delays
- Contact Support - If pending for more than 1 hour
Verification Failed
When verification fails, you'll see specific error messages:
"Insufficient Funds for Gas"
- Cause: Not enough cryptocurrency to pay transaction fees
- Solution: Contact support - we handle gas fees for standard accounts
"Transaction Reverted"
- Cause: Blockchain network rejected the transaction
- Solution: File will be automatically retried. If persistent, contact support
"Network Timeout"
- Cause: Blockchain network was unreachable
- Solution: Retry verification from vault settings
Account & Access Issues
Can't Log In
Forgot Password
- Go to login page
- Click "Forgot Password"
- Enter email address
- Check email for reset link
- Create new password
Account Locked
Multiple failed login attempts can temporarily lock your account:
- Wait 15 minutes and try again
- Check email for security notifications
- Contact support if repeatedly locked
Two-Factor Authentication Issues
If you can't access your 2FA device:
- Use backup codes provided during 2FA setup
- Contact support with account verification details
- Have alternative contact method ready for verification
Permission Denied Errors
"You don't have permission to view this vault"
- Cause: Vault owner hasn't granted you access
- Solution: Request access from vault owner or administrator
"Insufficient permissions to perform this action"
- Cause: Your role doesn't allow the attempted action
- Solution: Contact administrator to review your permissions
"API key lacks required permissions"
- Cause: API key created with limited scope
- Solution: Generate new API key with appropriate permissions
Performance Issues
Slow Loading Times
Dashboard Loading Slowly
-
Clear Browser Cache
Chrome: Settings > Privacy > Clear Browsing Data
Firefox: Settings > Privacy > Clear Data
Safari: Develop > Empty Caches -
Check Internet Speed
- Minimum recommended: 5 Mbps download
- Test at speedtest.net
-
Disable Extensions
- Temporarily disable ad blockers
- Turn off VPN if not required
- Disable unnecessary browser extensions
Large File Processing Delays
- Expected: Files >100MB can take several minutes
- Optimization: Compress files before upload when possible
- Alternative: Use API for large batch uploads
Sync Issues
Data Not Updating
- Force Refresh - Ctrl+F5 (Windows) or Cmd+Shift+R (Mac)
- Check Network - Ensure stable internet connection
- Browser Cache - Clear cached data
- Contact Support - If data is more than 1 hour out of sync
Integration Problems
API Issues
Authentication Failures
{
"error": "invalid_api_key",
"message": "The provided API key is invalid"
}
Solutions:
- Verify API key and secret are correct
- Check if key has been deactivated
- Ensure proper Authorization header format
- Try generating a new API key
Rate Limiting
{
"error": "rate_limited",
"message": "Too many requests",
"retry_after": 60
}
Solutions:
- Implement exponential backoff in your code
- Reduce request frequency
- Contact support to discuss rate limit increases
- Use batch operations where possible
Webhook Not Receiving Events
- Verify Endpoint - Ensure webhook URL is accessible
- Check Logs - Look for delivery attempts in dashboard
- Test Manually - Use tools like ngrok for testing
- Validate SSL - Ensure HTTPS endpoint has valid certificate
Mobile App Problems
App Won't Sync
- Check Internet - Ensure mobile data or WiFi is working
- Force Close App - Close and restart the application
- Update App - Install latest version from app store
- Re-login - Sign out and sign back in
Camera/Photo Upload Issues
- Permissions - Grant camera and storage permissions
- Storage Space - Ensure device has sufficient storage
- App Update - Update to latest version
- Device Restart - Restart your mobile device
Data Issues
Missing Files
"File not found" Error
- Check Vault - Ensure you're looking in correct vault
- Search Function - Use search to locate file
- Access Permissions - Verify you have access to file
- Contact Owner - File may have been moved or deleted
Files Showing Wrong Version
- Refresh Page - Force reload to get latest version
- Version History - Check if looking at old version
- Cache Issue - Clear browser cache
- Sync Delay - Wait a few minutes for sync
Corruption or Integrity Issues
"File integrity check failed"
This indicates the file may have been corrupted:
- Re-upload File - Upload the original file again
- Check Source - Verify original file isn't corrupted
- Different Format - Try converting to different format
- Contact Support - May indicate system issue
Billing & Subscription Issues
Payment Problems
Credit Card Declined
- Check Details - Verify card number, expiry, CVV
- Contact Bank - Ensure card allows international transactions
- Alternative Payment - Try different payment method
- Contact Support - For payment processing issues
Subscription Not Active
- Payment Status - Check if recent payment failed
- Billing Cycle - Verify when next payment is due
- Update Payment - Ensure payment method is current
- Account Status - Check for any account restrictions
Usage Limits
"Storage quota exceeded"
- Review Usage - Check dashboard for current usage
- Delete Old Files - Remove unnecessary files
- Upgrade Plan - Consider higher tier subscription
- Archive Data - Export old data for external storage
"API rate limit exceeded"
- Monitor Usage - Track API calls in dashboard
- Optimize Code - Reduce unnecessary API calls
- Batch Operations - Use bulk endpoints where available
- Upgrade Plan - Consider plan with higher limits
Browser-Specific Issues
Chrome Issues
- Clear Site Data: Settings > Site Settings > View permissions > Filedgr > Clear data
- Disable Extensions: Try incognito mode
- Update Browser: Ensure latest Chrome version
Firefox Issues
- Clear Cookies: Settings > Privacy & Security > Cookies and Site Data
- Tracking Protection: Disable for Filedgr domain
- Update Browser: Ensure latest Firefox version
Safari Issues
- Clear Website Data: Safari > Preferences > Privacy > Manage Website Data
- Allow Cookies: Ensure cookies enabled for Filedgr
- Disable Private Relay: Can interfere with some features
When to Contact Support
Immediate Support Needed
Contact support immediately for:
- Security concerns - Suspicious account activity
- Data loss - Files or vaults disappeared
- Compliance violations - Regulatory requirements at risk
- System outages - Platform completely inaccessible
Standard Support
Contact support for:
- Feature questions - How to use specific features
- Integration help - API or webhook issues
- Account management - User roles and permissions
- Billing questions - Subscription and payment issues
Self-Service First
Try self-service options first for:
- Password resets - Use automated reset
- Usage monitoring - Check dashboard analytics
- Documentation - Search knowledge base
- Status updates - Check status page
How to Report Issues Effectively
Information to Include
-
Account Details
- Email address or account ID
- Subscription plan
- Browser and version
-
Problem Description
- What you were trying to do
- What happened instead
- When the issue started
- Error messages (exact text)
-
Steps to Reproduce
- Numbered list of actions
- Expected vs actual results
- Frequency of occurrence
-
Impact Assessment
- How many users affected
- Business impact severity
- Urgency level
Screenshots and Evidence
- Error Messages - Capture exact error text
- Console Logs - Browser developer console output
- Network Requests - Failed API calls or requests
- Account Screenshots - Relevant dashboard views
Example Issue Report
Subject: Vault Creation Failing with Template "supply-chain-v2"
Account: user@company.com
Browser: Chrome 120.0.6099.109
Plan: Business
Issue Description:
Cannot create new vaults using the "supply-chain-v2" template.
Error appears immediately after clicking "Create Vault".
Error Message:
"Failed to create vault: Template validation error"
Steps to Reproduce:
1. Navigate to Dashboard > Create Vault
2. Select "Supply Chain Template v2"
3. Fill required fields: Name, Description
4. Click "Create Vault" button
5. Error appears immediately
Expected: Vault should be created successfully
Actual: Error message and vault creation fails
Impact: HIGH - Blocking new product onboarding for 5 users
Started: Today at 10:30 AM EST
Frequency: 100% failure rate (tried 5 times)
Additional Notes:
- Other templates work fine
- Issue started after this morning's product update
- Same issue across multiple browsers and users
Screenshots attached: error-message.png, console-logs.png
Getting Additional Help
Community Resources
- Discord Community - Real-time help from users and team
- User Forum - Searchable Q&A database
- GitHub Issues - Technical bug reports
Documentation Resources
- FAQ - Searchable frequently asked questions
- User Guides - Complete platform documentation
- Video Tutorials - Step-by-step video guides
- Best Practices - Optimization recommendations
Direct Support
- Email Support - Detailed technical assistance
Remember: Most issues can be resolved quickly with the right information. Don't hesitate to reach out - we're here to help!