---
title: "While Live Import process URL Unreachable, Token Mismatch, Connection Error : Resolved"
url: https://uichemy.com/docs/while-live-import-process-url-unreachable-token-mismatch-connection-error-resolved/
date: 2024-03-20
modified: 2026-04-14
author: "Sagar Patel"
description: "Resolving Errors During Live Import Process: URL Unreachable, Token Mismatch, Connection Error When establishing a connection between the UiChemy Figma Plugin and WordPress Plugin, or during the exporting process using..."
word_count: 1063
---

# While Live Import process URL Unreachable, Token Mismatch, Connection Error : Resolved

## Key Takeaways

- UiChemy recommends users to install the newest version of the UiChemy WordPress Plugin to avoid errors during the Live Import process.
- URL Unreachable errors can occur due to HTTP protocol usage instead of HTTPS, requiring users to ensure the correct URL protocol is specified.
- Token Mismatch issues can be resolved by regenerating the security token through the WordPress plugin and updating it in connection settings.
- Connection Error may result from low max_execution_time; increasing it to 300 or higher allows more time for the export process.

## Resolving Errors During Live Import Process: URL Unreachable, Token Mismatch, Connection Error

When establishing a connection between the UiChemy Figma Plugin and WordPress Plugin, or during the exporting process using the "Live Import" feature, users may encounter various errors. This document aims to outline these errors, their possible causes, and the corresponding solutions.

> ***Note: We highly recommend making sure you have the newest version of the UiChemy WordPress Plugin. If there's an update, it's a good idea to install it.***

Error Messages and Solutions:

## 1. Error Message: URL Unreachable

![](https://uichemy.com/wp-content/uploads/2024/03/url-unreachable-1024x558.png)

### Possible Causes:

- **Spelling mistake or Copy/Paste issue in the URL.**

Ensure that the URL entered matches the site's actual URL without any spelling mistakes.

- **HTTP protocol used instead of HTTPS.**

Unless using ‘localhost’, using HTTP instead of HTTPS in the URL can result in an unreachable connection. Ensure that the URL protocol is correctly specified.

- **Timeout issue while trying to reach the URL.**

The connection between the plugin and the server may have timed out due to network latency or server overload. Retrying the export process after ensuring a stable internet connection can often resolve this issue.

- **Permalink has been changed of WordPress site.**

If the permalink structure of the WordPress site has been modified, it can affect the URL used for live import. Set permalink type to **“Post name”** to enable Live import using UiChemy.

![](https://uichemy.com/wp-content/uploads/2024/03/permalink-updated-image.png)

- **Disabled REST API:**

Make sure your REST Api is not disabled from some Access Control Plugin. You can check that by adding ‘wp-json’ to your Site-URL, for an example, if your site is hosted at, https://example.com, then you can check by going to https://example.com/wp-json & not receiving a 4XX Error. If it is disabled you need to enable it & try again.

For example, if you're using the [Nexter](https://wordpress.org/themes/nexter/) theme and your REST API is disabled, follow these steps to enable it: Navigate to *Nexter Setting > Security > Advanced Security > REST API*, Select "*Enabled* " and Save your change.

![](https://uichemy.com/wp-content/uploads/2024/03/Nexter-RESTAPI.jpg)

- **Cache REST API On:**

If you are using the LiteSpeed Cache plugin (common in Hostinger and some other popular hostings) and if the Cache REST API is on, then this can cause the URL Unreachable error, especially when you try to connect for the second time. So make sure to turn off the Cache REST API in the LiteSpeed Cache plugin.

![litespeed cache rest api off](https://uichemy.com/wp-content/uploads/2024/03/litespeed-cache-rest-api-off-1024x385.png)

- **Site Storage Full:**

In case of too many images & vectors being uploaded to the site, eventually if it gets full, the site will stop accepting new uploads. To solve this you must free up some space on your site to allow further upload of images/SVGs.

![InstaWP: Storage Full](https://uichemy.com/wp-content/uploads/2024/03/site-full.jpg)

When site storage becomes congested with media (images) due to heavy exporting or multiple designs, you can clear it by following these steps:

- Navigate to Templates/Pages.

- Select Templates/Pages that are no longer in use and move them to the Trash.

- Go to the "Trash" and empty it.

- Head to the Media section and remove any unused images by selecting them and clicking "Permanent Delete," effectively clearing the site of unnecessary files.

If your media library is particularly crowded, you may opt to utilize WordPress [Plugin](https://wordpress.org/plugins/media-cleaner/) (at your own risk) to swiftly clear out unused or excess images from the site.

## 2. Error Message: Token Mismatch

![](https://uichemy.com/wp-content/uploads/2024/03/token-mismatch-1024x558.png)

### Possible Causes:

- **Security Token Regeneration Required.**

The token used for authentication may have become invalid. Regenerating the token through the WordPress plugin and updating it in the connection settings can resolve the mismatch issue.

- **Incorrect copying or pasting of the token.**

Ensure that the token is accurately copied from the WordPress plugin and pasted into the designated field without any extra spaces or characters. Even minor discrepancies can lead to a token mismatch error. Double-check the token entry to ensure it matches exactly with the one generated by the WordPress plugin.

## 3. Error Message: Connection Error

![](https://uichemy.com/wp-content/uploads/2024/03/connection-error-1024x558.png)

### Possible Causes:

- **Timeout occurred during connection.**

**i)** **Max Execution Time**:- With low max_execution_time, import process can timeout and fail. [By increasing the value of max_execution_time](https://uichemy.com/docs/how-to-fix-php-time-limit-issue/) or PHP time limit to 300 or higher. Adjusting these settings allows more time for the export process to complete successfully without encountering connection errors.

**ii) **[**Image Locking**](https://uichemy.com/docs/combine-multiple-elements-in-figma-and-export-as-an-image/):- Timeout occurred during connection due to exporting design with a huge amount of heavy-sized images or vectors that are [not locked in Figma.](https://uichemy.com/docs/combine-multiple-elements-in-figma-and-export-as-an-image/) Consequently, users encounter a connection error due to the timeout of the uploading process. This issue can be resolved by locking the groups of images/vectors in Figma before exporting.

**iii) Internet Issue**:- The connection between the plugin and the server may have timed out due to network latency or server overload. Retrying the export process after ensuring a stable internet connection can often resolve this issue.

- **Breaking** **API changes from Elementor/Bricks/Gutenberg.**

Updates or modifications to the APIs (Application Programming Interfaces) used by Elementor, Bricks, or Gutenberg may affect the connection between the plugin and the WordPress site. Checking for any recent updates or announcements from these platforms and ensuring compatibility with the plugin can help mitigate this issue.

- **Other unspecified connection issues.**

If none of the above causes seem to apply or if there are other connection-related issues not mentioned, users are encouraged to reach out for assistance by raising a support ticket via the plugin's [Helpdesk](https://store.posimyth.com/helpdesk/?_gl=1*umauck*_gcl_au*MTE5NjIyOTc3MS4xNzAzODI4NTcy). Our support team will be able to investigate the issue further and provide appropriate solutions.

## 4. Error Message: Elementor Not Installed

![elementor not installed](https://uichemy.com/wp-content/uploads/2024/03/elementor-not-installed-new-1024x558.png)

### Possible Causes:

- **Elementor Plugin is Not Installed**

If you don't have the Elementor plugin installed on your website and you are trying to convert your Figma layout for Elementor page builder then you'll see this error. Make sure to install the [Elementor plugin](https://wordpress.org/plugins/elementor/) before converting your Figma layout for the Elementor page builder.

## 5. Error Message: The Plus Addons for Gutenberg Not Installed

![the plus blocks not installed](https://uichemy.com/wp-content/uploads/2024/03/the-plus-blocks-not-installed-new-1024x558.png)

### Possible Causes:

- **The Plus Addons for Gutenberg Plugin is Not Installed**

If you don't have The Plus Addons for Gutenberg plugin installed on your website and you are trying to convert your Figma layout for WordPress block builder then you'll see this error. Make sure to install [The Plus Addons for Gutenberg plugin](https://wordpress.org/plugins/the-plus-addons-for-elementor-page-builder/) before converting your Figma layout for WordPress block builder.

## 6. Error Message: Bricks Not Installed

![bricks not installed](https://uichemy.com/wp-content/uploads/2024/03/bricks-not-installed-new-1024x558.png)

### Possible Causes:

- **Bricks Plugin is Not Installed**

If you don't have the Bricksbuilder plugin installed on your website and you are trying to convert your Figma layout for Bricks builder then you'll see this error. Make sure to install the [Bricks builder plugin](https://bricksbuilder.io/) before converting your Figma layout for Bricksbuilder.

## Frequently Asked Questions

**Q: What causes the 'URL Unreachable' error during the Live Import process?**
A: The 'URL Unreachable' error can arise from several issues, such as a spelling mistake in the URL, using HTTP instead of HTTPS, or a timeout due to network latency. It's crucial to ensure the URL is correct and that the REST API is enabled. If you're using the LiteSpeed Cache plugin, check that the Cache REST API is turned off, as this can also lead to connection issues.

**Q: How can I resolve a 'Token Mismatch' error when using UiChemy?**
A: A 'Token Mismatch' error typically occurs when the security token used for authentication becomes invalid. Regenerating the token through the UiChemy WordPress Plugin and ensuring it is copied accurately into the connection settings can resolve this issue. Even minor discrepancies in the token can lead to errors, so double-checking is essential.

**Q: Does UiChemy work with Elementor, Gutenberg, and Bricks?**
A: UiChemy supports Elementor, Gutenberg, and Bricks Builder for converting Figma designs into WordPress pages. However, it does not work with other page builders like Divi or WPBakery. Make sure the respective plugins are installed to avoid errors during the conversion process.

**Q: What should I do if I encounter a 'Connection Error' during the Live Import?**
A: A 'Connection Error' can occur due to a timeout during the connection process, often related to a low max_execution_time setting. Increasing this value to 300 or higher can help. Additionally, ensure that images in Figma are locked before exporting, as unoptimized images can lead to timeouts. If issues persist, check for any breaking changes in the APIs of Elementor, Bricks, or Gutenberg.

**Q: What common mistakes lead to the 'Elementor Not Installed' error?**
A: The 'Elementor Not Installed' error occurs when the Elementor plugin is not present on your WordPress site while attempting to convert a Figma layout for Elementor. Always ensure that the Elementor plugin is installed before starting the conversion process to avoid this error.

**Q: How can I prevent storage issues when using UiChemy?**
A: To prevent storage issues, regularly manage your media library by deleting unused images and clearing out templates or pages that are no longer in use. If your site storage becomes full due to excessive uploads, it can hinder the import process. Following the steps to empty the trash and remove unnecessary files can help maintain optimal performance.
