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:
- Open the Woven City App.
- Go to
My Page. - Click the
Test Your Appbutton on theInventor Supportsection under theMy Pagetab.
info
This section should be visible only if you are a member of at least one project.
- 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.
- Click the
Open MiniAppbutton.
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.