FAQ & Support
Troubleshooting Guide
This guide helps you resolve common issues with Products Manager APP. For general questions, see the FAQ first.
Login and Authentication Issues
I cannot log in
Symptom: "Invalid credentials" message or blank page
Solutions:
Verify your credentials
- Check email spelling (watch for extra spaces)
- Password is case-sensitive
Reset your password
- Click "Forgot password?"
- Check inbox AND spam folder
Clear browser cache
- Chrome:
Ctrl+Shift+Del - Firefox:
Ctrl+Shift+Del - Safari:
Cmd+Option+E
- Chrome:
Try incognito/private mode
- Chrome:
Ctrl+Shift+N - Firefox:
Ctrl+Shift+P
- Chrome:
My session expires constantly
Cause: Security settings or cookie issues
Solutions:
- Check "Remember me" at login
- Allow cookies for the ProductsManager domain
- Disable extensions that block cookies
- Verify your system time is correct
"Access denied" after login
Cause: Insufficient permissions
Solutions:
- Verify your role with the administrator
- Request necessary permissions
- Confirm your account is not deactivated
Import Failures
File not recognized
Message: "Unsupported file format"
| Check | Action |
|---|---|
| Extension | Rename to .csv, .xlsx, .json, .xml |
| Size | Reduce to < 50 MB |
| Corruption | Re-save from Excel/LibreOffice |
| Encoding | Convert to UTF-8 |
To convert to UTF-8:
- Open with Notepad++ or VS Code
- File > Encoding > Convert to UTF-8
- Save the file
Encoding errors (strange characters)
Symptom: Characters like é instead of e, ’ instead of '
Solutions:
Specify encoding during import
- Advanced options > Encoding > UTF-8 or Latin-1
Convert the file (Linux/Mac):
iconv -f ISO-8859-1 -t UTF-8 file.csv > file_utf8.csvUse Excel/LibreOffice
- Open the file
- File > Save As
- Choose CSV UTF-8 format
Import stuck or very slow
| Cause | Solution |
|---|---|
| File too large | Split into files < 50,000 rows |
| Unnecessary columns | Remove columns not needed |
| Excel formulas | Convert formulas to values |
| Peak hours | Retry during off-peak times |
"Invalid EAN" errors in bulk
Cause: Incorrect EAN format
Verification checklist:
- Exactly 13 digits (EAN-13) or 8 digits (EAN-8)
- No letters or special characters
- No spaces
- Valid check digit
Validation tool:
Duplicate products created
Cause: Different EAN/SKU or update option disabled
Solutions:
- Verify the key field (EAN or SKU) is correct
- Enable "Update existing products" option
- Clean up duplicates after import:
- Products > Filter > Duplicates
- Merge or delete duplicates
Export Issues
Export is incomplete
Symptom: Fewer products than expected
| Cause | Solution |
|---|---|
| Active filters | Check filter settings |
| Inactive products | Include inactive products option |
| Validation errors | Check export report |
| Missing required fields | Complete product data |
File rejected by platform
Shopify:
- Verify handles are unique
- Images must be HTTPS URLs
- Prices without currency symbol
WooCommerce:
- Use the correct import plugin
- Categories need full path
- SKUs must be unique
Amazon:
- Use official Seller Central template
- Verify Amazon categories
- Valid UPC/EAN required
Images not imported on target platform
Check:
URLs are publicly accessible
- Test URL in a browser
- No authentication required
Supported format
- JPEG, PNG, GIF, WebP
- Some platforms reject SVG
Optimal size
- < 2 MB per image
- Minimum 500x500 px
API Connection Issues
Error 401 Unauthorized
Cause: Token expired or invalid
Solutions:
- Regenerate your API token
- Verify format:
Bearer <token> - Check token permissions
# Correct authorization header
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Error 429 Too Many Requests
Cause: Rate limit exceeded
Solutions:
- Respect limits (100 requests/minute default)
- Implement delays between requests
- Use bulk endpoints for multiple operations
- Contact support to increase limits
Error 500 Internal Server Error
Cause: Server-side error
Actions:
- Retry after a few seconds
- Verify request format is correct
- Check response logs for details
- Contact support if issue persists
Database Issues
Data not updating
Symptoms: Changes not reflected, stale data displayed
Solutions:
- Refresh the page (
F5orCtrl+R) - Click the "Refresh" button in the interface
- Clear application local cache
- Log out and log back in
Missing products or data
Possible causes:
- Filters are active - Clear all filters
- Products are archived - Check archive section
- Permission restrictions - Verify your access level
- Organization mismatch - Check you are in the correct organization
Sync conflicts
Symptom: Different data in ProductsManager vs external system
Resolution:
- Identify the source of truth
- Use manual sync to overwrite
- Check sync logs for error details
- Verify field mappings are correct
Performance Troubleshooting
Application is slow
Diagnostic steps:
Test your connection
- speedtest.net
- Minimum 10 Mbps recommended
Check your browser
- Update to latest version
- Disable unnecessary extensions
- Clear cache
Optimize display settings
- Reduce items per page (50 instead of 100)
- Use filters to limit results
Search is slow
Solutions:
- Use precise terms (EAN, SKU)
- Combine with filters
- Avoid short generic queries
Timeout errors
Message: "The request took too long"
| Operation | Solution |
|---|---|
| Import | Split the file |
| Export | Reduce selection |
| Search | Refine criteria |
| Bulk action | Process in batches of 1,000 |
Display Issues
Blank page or Error 500
Immediate solutions:
- Hard refresh:
Ctrl+F5 - Clear browser cache
- Try another browser
- Check status: status.productsmanager.app
Interface is distorted
| Cause | Solution |
|---|---|
| Browser zoom | Reset to 100% (Ctrl+0) |
| Stale cache | Clear cache |
| Extensions | Disable ad blockers |
| Resolution | Minimum 1280x720 recommended |
Data not refreshing
Solutions:
- Refresh the page
- Click the "Refresh" button
- Clear local cache of the application
- Log out and log back in
Common Error Codes Reference
| Code | Message | Solution |
|---|---|---|
| 400 | Bad Request | Check request parameters |
| 401 | Unauthorized | Re-login or refresh token |
| 403 | Forbidden | Verify your permissions |
| 404 | Not Found | Resource does not exist |
| 409 | Conflict | Duplicate (EAN/SKU exists) |
| 413 | Payload Too Large | Reduce file size |
| 422 | Unprocessable Entity | Invalid data format |
| 429 | Too Many Requests | Slow down request rate |
| 500 | Server Error | Retry or contact support |
| 502 | Bad Gateway | Maintenance in progress |
| 503 | Service Unavailable | Service temporarily down |
Advanced Diagnostics
Collecting debug information
For support, prepare:
- Screenshot of the error
- Browser console (
F12> Console tab) - Network tab (
F12> Network tab) - Steps to reproduce the problem
- Sample file (if import/export related)
Checking service status
- Status page: status.productsmanager.app
- Maintenance notices: Sent via email 48h in advance
Contact Support
Before contacting support checklist
- [ ] I have cleared browser cache
- [ ] I have tried incognito/private mode
- [ ] I have checked the service status page
- [ ] I have consulted the FAQ
- [ ] I can reproduce the problem
- [ ] I have prepared screenshots
How to contact support
Email: support@productsmanager.app
Information to provide:
- Your account email
- Description of the problem
- Steps to reproduce
- Screenshots
- Relevant files (anonymized if necessary)
Response times
| Priority | Description | Response Time |
|---|---|---|
| Critical | Service down | < 1 hour |
| Urgent | Blocking issue | < 4 hours |
| Normal | Standard inquiry | < 24 business hours |
Related Resources
- FAQ - Frequently asked questions
- API Authentication - API setup guide
- API Endpoints - Complete API reference
- Odoo Integration - Odoo sync troubleshooting
- Import Workflow - Import best practices