There seems to be a bug when pressing StarInvent it doesn't open the server in the browser, but you can access it at localhost:8888. Also mention that to work completely offline you have to test your apps via USB connection.
The script that is executed when pressing StarInvent is the following:
@echo off
for /f "tokens=1,2 delims=:" %%a in ('ipconfig ^| findstr "IPv4"') DO (set miIP=%%b)
set miIP=%miIP:~1%
explorer "http://%miIP%:8888"
Since there is no internet connection this script fails, but you can access it manually at localhost:8888.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Everyone
I just got an offline version of App inventor 2.
I noticed I can't access the server without connecting to the internet.
Is that how it works?
There seems to be a bug when pressing StarInvent it doesn't open the server in the browser, but you can access it at localhost:8888. Also mention that to work completely offline you have to test your apps via USB connection.
The script that is executed when pressing StarInvent is the following:
@echo off
for /f "tokens=1,2 delims=:" %%a in ('ipconfig ^| findstr "IPv4"') DO (set miIP=%%b)
set miIP=%miIP:~1%
explorer "http://%miIP%:8888"
Since there is no internet connection this script fails, but you can access it manually at localhost:8888.
Thank you for this.
Last edit: Bunmi 2023-10-07
Last edit: Bunmi 2023-10-07