Troubleshooting & FAQs

Why are notification emails not delivering?

99% of email issues stem from unauthenticated server mail (wp_mail()). Ensure that:

  1. You completed Step 4 (SMTP setup) in the NativeDesk > Mail settings tab or through an active SMTP plugin.
  2. The “From Email” address matches the domain authorized by your email provider.
  3. You have sent a successful test email using your SMTP diagnostic tool.

Can guests submit support tickets?

Yes. The [nativedesk_ticket_form] shortcode accepts submissions from non-logged-in users. When a guest submits a ticket, they will receive an automated email confirmation with a secure access link to view updates.

Can guests access the ticket portal?

No. The [nativedesk_portal] shortcode requires an active account session so customers can securely browse their request history. Unauthenticated users viewing a page with [nativedesk_portal] will be prompted to log in.

Why are live polling or REST API updates failing in the admin area?

If ticket updates fail to load dynamically:

  1. Check if a caching plugin or security rule (e.g., Cloudflare, Wordfence) is blocking REST API endpoint calls (/wp-json/nativedesk/...).
  2. Ensure NativeDesk is updated to version 1.8.3 or higher, which includes REST API security and endpoint hardening.
Noble Applications