Sidebar for Google App Script doesn't show content in Chrome - google-apps-script

I didn't manage to show content on sidebar with Google App Script until I understood it wasn't working only for Chrome / OS 10.11.6...
This script: https://developers.google.com/apps-script/quickstart/docs
doesn't work on Chrome 53.0.2785.116 (64-bit), it is working well on safari.
Do you have an idea why?

I created a new doc and ran the quickstart without issue.
Chrome 53.0.2785.116 m
There is a broken link for an icon on the bottom of the sidebar. But the rest renders in chrome.
Check on both windows and osx. Both work.

Related

Inspect opens an empty window in chrome

Hello I'm developing Ionic-3 Hybrid application.I am inspect app on samsung J7 device with chrome remote device inspect and everything was good but unfortunatly i'm stuck When clicking "inspect" next to the url of the page open on the google chrome an empty window shows up and nothing happens.
google chrome version:
Version 64.0.3282.186 (Official Build) (64-bit)
google chrome empty window image is below.
I just update my Chrome to version 65.0.3325.162 and it works.
if your browser not show anything after update
open chrome://appcache-internals/ and clear the manifest cache , then reload the resource

DevTools cannot "add new style rule" for local webpages since upgrading to Chrome version 64

Reproduce the problem:
Create an any html file and launch it in Google Chrome. The URL will be like "file:///C:/test.htm" in the address bar.
Right click on the page --> Choose "Inspect"
Try to click the "Add new style rule" icon for any elements, it won't work. The newly added style rule will disappear on the panel when trying to edit it.
If using the URL of "http://localhost/test.htm" to open the webpage in Chrome, "Add new style rule" works perfectly. The issue has started exist since upgrading to Chrome 64. It used to work very well for this feature.
Tested in many other computers, all got the same problem.
the only solution (for now) for fixing this issue is to install the previews version 63 of chrome and stop the chrome from auto update on windows 10
download chrome older version from here:
https://www.slimjet.com/chrome/google-chrome-old-version.php
and a guide to stop chrome from auto update in windows 10:
https://www.technobezz.com/disable-google-chrome-auto-update-in-windows-10/
also report this issue in the google chrome "about section" in settings.
waiting to the the next version to check if the issue is fixed...

Postman not working after updating Chrome

When I start Postman I see the icon appear in the Dock and in the Force Quit window, and I can click on the icon in the dock and Postman appears in the menu bar, with the single option "Quit Postman." So it's running, but the window doesn't appear. This morning I upgraded Chrome to 55.0.2883.95, Chromium to 58.0.2991.0, and Chrome Canary is at 58.0.2990.0.
Is there a way to switch Postman from Chrome to Chromium or Chrome Canary (i.e., to test Postman with different builds)? Or to revert Chrome to any older build? Or any other ideas to get Postman working?
The chrome addon for Postman will be depricated soon.
There are now fully functional standalone apps for Windows/Mac/Linux here. They work just as well as the Chrome addon and even have some additional features. I would suggest moving to the standalone apps.
In Chrome I googled "Postman," which took me to the Chrome App store, and the Postman page has a green button for "Launch App Now." That worked!
try disable and then enable the extension.
It worked for me.
Sometimes google chrome doesn't load it properly.
I had a nearly similar problem, where Chrome postman app (extension) fails to post/get/etc. It was unable to access the internet for some reason. After trying many solutions, it seems that the javascript setting in Chrome was causing it. You need to enable javascript in Chrome, restart Chrome, then the postman app will work.

Excel page does not load in Google Chrome

I am using Flash Builder 4.0 to develop my application. I have a button whereby I click to open a CFM page which generates an Excel sheet.
The code when I click the button in Flex is as follows:
openXlsFile(e.target.label, "myexcelexport.cfm", 'TEST');
This line of code works fine on Internet Explorer and Mozilla. But it does not work on Google Chrome. Any idea form experts why this is so? Is there any setting that I am missing in Google chrome or something?
There's currently an issue Chrome is having with its built in Flash (pepperFlash). I'd make sure that's not the cause of your issue.
Details can be found here:
https://code.google.com/p/chromium/issues/detail?id=277210
This issue has been fixed in Google Chrome version 30.0.1599.101

GAE app not displaying in Firefox 23.0.1

I have a small Google App Engine App that I've put in an iframe on a google site and have been running for some time now. I just noticed that the app will not display in Firefox version 23.0.1. I downgraded to Firefox version 22 and the form is visible and working. The form also works current versions of Chrome and Safari. The logs on the app engine dashboard show no error messages. If I open up the app in Firefox 23.0.1 using the link directly to the app, it works just fine.
Does anyone have any suggestions on how I might fix this or troubleshoot further? For now I'm just telling my users to use Chrome.
Thanks, brl8