Skip to main content

Troubleshoting

Here are the most common issues you can encounter.

Scenario failed with a network idle timeout for your SSR App#

When you start a Server-side rendering application like Gatsby or NextJS in development mode, a network request can be kept open for live reloading.

Your GreenFrame scenario will fail because the network idle state is never reached. This state is reached only when all requests have been answered and none is left open, it ensures that GreenFrame tracks all the network traffic of your application.

To avoid this issue, you have to start your website in production mode.

The performance of your application will also be closer to the production application.