Jon Goodrum
Jon Goodrum
This would be a great feature to have :)
If you run ```index.html``` via ```file://``` or ```C:/```, then the program isn't going to work. Instead, you need to run it via a web server. A simple solution is to...
If you open ```index.html``` via ```file://``` or ```C:/```, and open the javascript console in your browser, you'll see an error message that looks something like this: ```Cross origin requests are...
Can confirm the same issue, even with `$FUNCTIONS_DIR/.env.local` containing `METADATA_SERVER_DETECTION=none` In my case, adding `GCE_METADATA_HOST="0.0.0.0"` to `$FUNCTIONS_DIR/.env.local` worked
Can confirm this is happening on Android as well (Pixel 5 emulator)