# 1. No Internet Issue

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:

> <https://example.com/wp-json/newsfreak/configs>

{% hint style="info" %}
Don't forget to replace the **example.com** with your website domain.
{% endhint %}

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 [<mark style="color:purple;">here</mark>](https://doc.newsfreak.mrb-lab.com/wordpress-setup/2.-import-newsfreak-assets#id-2.1-import-json-file).
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.

{% hint style="danger" %}
If your purchase code is not correct, then it won't return any data. Where is your purchase code? Check this out: [link](https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-)
{% endhint %}

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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.newsfreak.mrb-lab.com/issues-and-fixes/1.-no-internet-issue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
