FAQs and Troubleshooting

Frequently asked questions

Designer Extensions

You can use any framework that outputs static resources and runs in a browser environment. Just make sure your extension fits within the iframe dimensions provided by Webflow.

1

Install your extension on a test site

In the left sidebar of your workspace, navigate to Apps & Integrations > Develop. Click the ”…” button next to your app and select Install App. You’ll see an authorization screen where you can select the sites or workspace you want to install the app on.

2

Run the extension in development mode

In your terminal, navigate to your project folder and run the following command:

$webflow extension serve

This will start development mode locally (port 1337).

3

Preview and interact with your extension in the Designer

On your test site, open the Apps pane and find your app. Click “Launch Development App” to preview and interact with your locally hosted extension in the Designer.

  • Double-check your use of the Designer APIs and ensure you’re using the correct methods.
  • Check the browser console for errors and review our error handling guidelines.
  • Designer APIs only access content on the current page, not other sites or pages.
  • Make sure your app has the right permissions and scopes.
  • For Data API issues, verify you’re using the correct endpoints and valid tokens.
  • Designer Extensions run in an iframe with controlled dimensions. Check your configuration and use resizing methods if needed.
  • Use scoped CSS or scoped class names to avoid style conflicts with Webflow’s native styles.
  • Test at different viewport sizes to ensure responsive behavior.

Only Workspace admins can upload new bundles. If you’re not an admin, contact your Workspace administrator to upload the bundle or grant you the necessary permissions.


Marketplace Apps

No. You can publish your app as a private app and control who can install it. Select the “Private” option in the “Marketplace Visibility” section during submission. All private apps are reviewed just like public apps. Learn more about private apps.

Yes. You can submit updates at any time. Updates go through the same review process as your initial submission. Use the “Submit an App” form and select “App Update” as the submission type.


Troubleshooting

Only apps published to the Webflow Marketplace, either publicly or privately, can be installed by other users. Submit your app for review to make it available for installation.

Want to test with a few users before publishing?
Email developers@webflow.com with up to 5 Webflow user emails. Our team can add them to a test group so they can install and use your app with the install URL.

  • Make sure you’ve bundled your app with the Webflow CLI and uploaded your Designer Extension via the Dashboard.
  • Confirm the app is installed on your site or workspace (check the App Development section in your workspace).

Only Workspace admins can view client secrets, edit app details, or create new apps. If you’re not an admin, contact your Workspace administrator for access or to perform these actions.