Results 4 comments of Ramesh

I am getting the same issue.

Hi @ugochirico, FYI Apply the following changes to run locally: dashboard.json: "serverURL": http://localhost:3000/firstapp config/firstapp.json: "publicServerURL":"https://localhost:4040/firstapp"

Getting the same issue. Is there any solution for this ?

@manuelsilverio Works for me after adding this code. ``` CameraOptions.Builder builder = new CameraOptions.Builder(); builder.zoom(10.0); binding.mapView.getMapboxMap() .setCamera(builder.build()); ```