Portal Setup Issues
Portal Creation Failed
Problem: Error when creating a new portal
Common Causes:
- Portal name already taken
- Invalid name format
- Network connectivity issues
- Account verification pending
Solutions:
-
Check portal name availability:
- Try a different portal name
- Use only letters, numbers, and hyphens
- Must be 3-50 characters long
-
Verify account status:
- Check email for verification link
- Complete email verification process
- Wait 5-10 minutes after verification
-
Clear browser cache:
- Clear cookies and cache
- Try incognito/private browsing mode
- Disable browser extensions temporarily
Subdomain Not Working
Problem: Portal URL returns 404 or doesn't load
Solutions:
-
Check subdomain format:
- Correct:
https://portals.feedbacknexus.com/portal-name
- Correct:
-
DNS propagation delay:
- Wait 15-30 minutes for DNS updates
- Try accessing from different network/device
- Use DNS checker tools online
-
Portal status:
- Ensure portal is active (not suspended)
- Check subscription status
- Verify trial hasn't expired
Widget Integration Issues
Widget Not Loading
Problem: Widget doesn't appear on website
Diagnostic Steps:
-
Check browser console (F12 → Console):
Look for errors like: - "Failed to load resource" - "CORS policy" errors - "FeedbackNexus is not defined"
-
Verify script loading:
<!-- Check this loads successfully --> <script src="https://api.feedbacknexus.com/widget.min.js"></script>
-
Check container element: Make sure you have pasted the embed code correctly, it should include the default container element:
<div id="feedback-widget"></div>
Common Solutions:
Incorrect portal name:
// Wrong
FeedbackNexus.init({
portal: 'portals.feedbacknexus.com/portal-name', // Don't include domain
container: '#feedback-widget'
});
// Correct
FeedbackNexus.init({
portal: 'portal-name', // Just the subdomain
container: '#feedback-widget'
});
Domain not allowed:
- Go to Portal Settings → Widget Settings
- Add your domain to "Allowed Domains"
Widget Styling Issues
Problem: Widget looks broken or conflicts with site styles
Solutions:
CSS conflicts:
/* Reset widget styles */
.fn-widget-container * {
box-sizing: border-box !important;
}
/* Override conflicting styles */
.fn-widget-container {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto !important;
line-height: 1.5 !important;
}
Z-index issues:
.fn-widget-container {
z-index: 9999 !important;
position: relative !important;
}
Authentication Problems
Login Issues
Problem: Can't log into admin dashboard
Solutions:
Forgot password:
- Click "Forgot Password" on login page
- Check email (including spam folder)
- Follow reset link within 1 hour
- Create new strong password
Account locked:
- Wait 15 minutes before trying again
- Contact support if still locked
- Verify you're using correct email
Email not verified:
- Check email for verification link
- Click "Resend verification" if needed
- Check spam/junk folders
📧 Email Notification Issues
Not Receiving Emails
Problem: Users not getting notification emails
Diagnostic Steps:
- Check spam/junk folders
- Verify email addresses in user profiles
- Check notification settings in portal
Solutions:
Email settings:
- Go to Settings → Notification Settings
- Verify email notifications are enabled
- Check specific notification types
- Test with "Send Test Email" button
Email deliverability:
- Add
[email protected]
to contacts - Whitelist
feedbacknexus.com
domain - Check corporate email filters
- Try personal email for testing
🤖 AI Features Not Working
Sentiment Analysis Issues
Problem: AI sentiment detection seems inaccurate
Solutions:
- Data quality:
- Ensure feedback has sufficient text
- Check for non-English content
Duplicate Detection Problems
Problem: AI not detecting obvious duplicates or flagging false positives
Solutions:
- Content quality:
- Encourage detailed feedback descriptions
- Use consistent terminology
- Standardize category usage
Security Concerns
Spam Submissions
Problem: Receiving spam or inappropriate feedback
Solutions:
Enable moderation:
- Go to Settings → Moderation
- Enable "Moderate new feedback"
- Set up moderation queue workflow
- Train team on moderation guidelines
Getting Additional Help
Before Contacting Support
- Check this knowledge base for solutions
- Search existing documentation
- Try basic troubleshooting steps:
- Clear browser cache
- Try different browser
- Check internet connection
- Restart application
When Contacting Support
Include this information:
- Portal name
- Browser and version
- Operating system
- Error messages (screenshots helpful)
- Steps to reproduce the issue
- When the issue started
Support Channels
- Email: [email protected]
- Response time: 24-48 hours within UK business hours