Skip to main content

Sandbox

tip

You can install the Woven City App from: https://app.woven-city.toyota

The Sandbox is a feature in Woven City App that enables you to test your local running MiniApp.

How to debug locally:

You can open your MiniApp running locally on your machine directly on the Woven City App for a better and quicker development experience. To do this, follow these steps:

  1. Open the Woven City App.
  2. Go to My Page.
  3. Click the Test Your App button on the Inventor Support section under the My Page tab.
info

This section should be visible only if you are a member of at least one project.

  1. Load your local url (ex: http://192.168.0.59:3000) on the textbox.
tip

You can get your machine's IP by running ifconfig | grep "inet " and choose the correct one. You can paste the result in your browser and add the port (for example: 3000). Your application should load the same as when you use http://localhost:3000.

Ex: http://192.168.0.59:3000

  1. Click the Open MiniApp button.
caution

In case your local url is accessible on your machine but not on the Woven City App:

  • Make sure both your phone and your local development server are using the same network.
  • If your local machine is using a firewall, you might need to configure it for this method to work.
  • Make sure to turn off the VPN on your phone.