Newsfreak Doc
Product LinkInstallation PlansSupport
  • Introduction
  • Changelogs
  • Getting Started
  • 🌐WordPress Setup
    • 1. Install Plugins
      • 1.1 JWT Authentication Setup
    • 2. Import Newsfreak Assets
  • 📱App Setup
    • 1. Flutter Installation
    • 2. Code Setup
    • 3. Push Notification Setup
      • 3.1 Android Notification Setup
      • 3.2 iOS Notification Setup
      • 3.3 OneSignal Setup
    • 4. App Information Setup
      • 4.1 Change Package Name
      • 4.2 Change App Name
      • 4.3 Change App Icon
      • 4.4 Change Splash Icon
      • 4.5 Change Logo
      • 4.6 Change App Theme Color
      • 4.7 On-Boarding Setup
      • 4.8 Update Website URL
    • 5. Run the App
    • 6. Releasing the Android App
      • 6.1 Generate Keystore File
      • 6.2 Uploading At Google Play
    • 7. Releasing the iOS App
  • ⚒️Additional Setup
    • 8. Multi-Language Setup
    • 9. Ads Setup
      • 9.1 Admob Setup
        • 9.1.1 Admob Setup for Android
        • 9.1.2 Admob Setup for iOS
      • 9.2 Custom Ads Setup
    • 10. Social Logins Setup
      • 10.1 Google Login
      • 10.2 Facebook Login
      • 10.3 Apple Login
    • 11. Deep/App Links Setup
      • 11.1 WordPress Setup
      • 11.2 Android Setup
      • 11.3 iOS Setup
    • 12. Featured Posts Setup
    • 13. Video Posts Setup
    • 14. Home Categories Setup
  • ✨Updates
    • Migrate to v2.2
    • Migrate to v2.1
    • Migrate to v2.0
  • 🎇Issues & Fixes
    • 1. No Internet Issue
Powered by GitBook
On this page
  • Why is this happening?
  • Fix:
  1. Issues & Fixes

1. No Internet Issue

Last updated 10 months ago

After completing both WordPress Setup and App setup, If you are facing No Internet problem in the app then check out the solution below.

Why is this happening?

The issue can happen when the Newsfreak Configs plugin doesn't return any data. You can check whether your site returning any data or not from the endpoint below:

Don't forget to replace the example.com with your website domain.

If your configuration is successful then the endpoint will return a list of data otherwise it will return no data.

Fix:

  1. You need to make sure that you have followed 2.1 from .

  2. You need to save the form in the Newsfreak Configs first. Don't forget to add your purchase code in the Purchase code field.

If your purchase code is not correct, then it won't return any data. Where is your purchase code? Check this out:

  1. After saving the form successfully, Clear the cache if you are using any cache plugins like LiteSpeed Cache or others.

  2. Now check out the endpoint again. It should return data now.

🎇
https://example.com/wp-json/newsfreak/configs
here
link