Google Cloud Functions Dashboard not working - google-cloud-platform

the Google Cloud Functions dashboard has stopped working for me.. trying to navigate through tabs, but nothing happens.
It seems it happens only using chrome, works ok in safari...
Any of you experiencing a similar issue?

Related

Google Cloud Shell has been stuck on "Provisioning your Cloud Shell machine" for hours now

I am new to Google cloud and I am trying to sue the cloud shell. After going to the page with it it just has been saying "Provisioning your Cloud Shell machine" for hours now with no activity or prompts. Am I doing something wrong here or is this just the time it takes to generate the server.
Thanks in advance.
Try to restart it. Click on the 3 dots on the right of the window and hit restart.
Update, after switching from un googled chromium to Firefox it cleared up the issue, I am guessing some block that was causing this.
Firefox stays in this state forever, for me.
Microsoft Edge works just fine..
If you are using Chrome or an incognito tab then the following solves the issue:
At the right hand side of your search bar just ensure that Third-party cookie blocking is turned off to allow cookies.
The location of the Third-party cookie blocking icon:
Used Chrome instead of Firefox solved the issue.

Power BI secure embedded report login not working on some browsers (windows chrome)

I have created a secure embedded report (using the new method released in 2019) as specified below:
https://powerbi.microsoft.com/en-us/blog/easily-embed-secure-power-bi-reports-in-your-internal-portals-or-websites/
I created this in an html page using the supplied iframe.
It works fine on windows firefox and edge. It does not work in windows chrome.
It works fine on mac chrome. It does not work on mac safari.
It fails on windows chrome after opening a new tab and asking for the login details, this tab then closes and the power BI symbol in the embedded report just flashes like it is loading but it never finishes.
On Mac safari the login fails. It looks like it gets caught in a loop of some kind.
I just want it working on windows chrome really.
I have tried clearing my complete browser cache, cookies, rebooting serveral times and allowing pop-ups with no luck.
It does not make a difference if I select "remember me" or not at the time of login.
I have the latest version of chrome.
Does anyone know how to resolve this or if this is a know issue?
Here is the embedded report. You won't be able to access it but it may give you an idea of the issue:
https://fir-trial-66e3f.firebaseapp.com/embedded-report.html
I also can't log into the PBI community with this account so that may be related. The account works fine logging in to PBI Service or desktop. It is a PBI trial Pro account.
I had the same issue, i solved it by disabling the "Prevent Cross-Site Tracking" in Safari Settings. This worked for me and my clients. I hope it works for you too
I had the same issue in chrome. Solved it by enabling "Allow all cookies" in chrome settings.

Google Cloud SDK documentation

I have just started looking at Google Cloud. I have been following this tutorial to try to setup the system.
I can successfully download the tar file, I can successfully run install.sh, however when I run the following command I get some unusual behaviour:
./google-cloud-sdk/bin/gcloud init
1) I agree to login - fine.
2) It brings up a page where I need to choose one of my accounts, which I do.
3) It brings up a website saying:
Google Cloud SDK wants to access your Google Account
I then hit Allow.
4) This is where it all goes wrong. It then tries to go to a website such as the following:
http://localhost:8085/?code=4/tQD6sXNDlkpcdFUctB7ZgKKuj7T1Aiqev4o7zGaDVpctit6zrqFfWbnAXSo_zFTVjo4_VyxrUlUtq8IgsRAS7M0&scope=openid%20email%20https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/cloud-platform%20https://www.googleapis.com/auth/appengine.admin%20https://www.googleapis.com/auth/compute%20https://www.googleapis.com/auth/accounts.reauth%20https://www.googleapis.com/auth/plus.me
The website displays something saying 'This site can't be reached'.
This seems strange to me. Why is Google attempting to access http://localhost:8085 ? Surely it should be going to some kind of Google site.
If you could offer any help or advice, I would very much appreciate it. Please bear in mind that I am new to Google Cloud and I would need some very basic help. I am trying to setup a simple website with something like "hello world" with html/css and python.
If you know of any alternative tutorials that work, I would really appreciate it.
I had the same problem as you. I solved it by using gcloud auth login --no-launch-browser

How to make MainPageSuffix work in Google cloud storage?

I have a simple hugo site, deployed in google cloud storage as static web site and its working fine with one issue, Whenever the subfolder is requested in browser with / , the browser trying to download and failing. without / its working fine.
ie, http://mysite/ is working fine, but http://mysite/subfolder/ is not working but trying to download it and fails. whenever http://mysite or http://mysite/subfolder is called the browser working fine.
Please see supporting images and help to solve the issue.. Thanks.
What Google document says..
While testing its ok,
But after deployed to Google Cloud storage, its behaving like this..
Please check the faulty url
Here
Please check the working url
Here
Finally resolved...
x-goog-metageneration:1 works, x-goog-metageneration:2 fails.
So as per https://cloud.google.com/storage/docs/xml-api/reference-headers
I deleted and recreated the surya folder, now its working.
But why x-goog-metageneration:2 fails, x-goog-metageneration:1 working...
Google only knows.

trying to setup TinyWebDB on google cloud, but deploy not working

I am trying to follow the instructions on this page, and they are working great, until the part where I deploy from my Google App Engine Launcher. When I click deploy I should see something like this:
But instead, I see something like this:
and the end result is that my app doesn't get deployed to xxxxxxx.appspot.com, it redirects me to http://localhost:8080/?code=4/EfmizPdAPVDgoSInA8mS1KVOvQTkWX4ziFnEpG3XKxA#
I'm a begginer with this kind of tech, please, any suggestions on how to troubleshoot?
Found the answer here. In my case, what worked was to first disable the app in the App Engine Launcher, and only then hit deploy. First time I tried, it authenticated, then second time I deployed, it deployed successfully. Thanks Arnie.
In case, I post his other suggestions:
1) remember to give your google id access to less secure apps.
2) remember to go to appspot.com or https://appengine.google.com/ and accept terms and conditions. Your project should also be active on https://console.developers.google.com/project
3) use correct versions of python and google app engine SDK
4) Before hitting deploy button on google app engine stop the app from running on your local host. It will NOT deploy while it is running locally on local host.