GoogleCloudPlatform/iot-smart-home-cloud

404 Page not found - https://smarthome-xxxxxx.firebaseapp.com/login

Closed this issue · 8 comments

When I finish gmail login at Device Manager Web following error occur:
404 Page Not Found : https://smarthome-xxxxxx.firebaseapp.com/login

Why does this page missing?

I believe this usually happens when the authDomain parameter in your Firebase config is set incorrectly and/or doesn't match the URL where you have the project hosted.

authDomain is set to smarthome-xxxxxx.firebaseapp.com
From picture below you can see that the URL is the same as the one where project is hosted.

image

@devunwired This issue is solved for now. But I don't see my device in https://smarthome-xxxxxx.firebaseapp.com/devices. Do I have to build and use mobile app or I can add device on some other way?

Devices are provisioned using the mobile app. The same way that a user would provision a device when they power it up. The web interface only manages existing provisioned devices.

@devunwired Can you tell me or give me instruction how to provision device without mobile app, please? My devices page is blank even if IoT Core is communicating with sample device.

For now, you may find this Medium blog post helpful. This sample is a companion to that post series.

I've followed that blog post, but I'm unable to build the Android app (issue: #11). So now I'm unable to add the device, and there is no action on Google Home app.