• Resolved Hari

    (@opam008)


    Hello, while importing the backup (1GB), we are getting this error

    et::ERR_CONNECTION_RESET

    how should we fix?

Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    The net::ERR_CONNECTION_RESET error you’re encountering typically indicates that the connection between your browser and the server was interrupted. Here are a few steps you can take to resolve this issue:

    1. Try a Different Browser: Sometimes, browser-specific settings or extensions can interfere with large uploads. Try using a different browser to see if the issue persists.

    2. Check Internet Connection: Ensure your internet connection is stable and robust enough to handle a large file transfer. Temporary connectivity issues could cause this error.

    3. Increase PHP Timeouts: On your server, increase the PHP max execution time and input time settings. These settings are often responsible for handling long processes like importing a 1GB file.

    4. Server Resources: Ensure that your server has sufficient resources to handle the import. Check memory limits and script execution time settings.

    If you continue to face difficulties, it might be beneficial to contact your hosting provider to investigate if there are any server-side limitations or network issues causing the connection resets.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to import – getting error et::ERR_CONNECTION_RESET’ is closed to new replies.