GAE app not displaying in Firefox 23.0.1 - html

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

Related

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.

Sidebar for Google App Script doesn't show content in Chrome

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.

Chrome inspector issue while remote debugging

I am trying to debug my android web application which I had written by Ionic framework and AngularJS and is rendered on webview browser on android platform by chrome://inspect#devices but I am seeing this screen:
here is the picture
it was working perfectly for last 5 months but now it is killing me.
I tried uninstalling chrome, reset settings, reset dev.tools but they were not practical solutions.
In addition, it is working fine while inspecting a regular website on google chrome
You should try to test it with a fresh ionic app, and you will see if it's problem of your app or chrome.
In case that it's chrome problem, try to open an emulator and inspect it, maybe it's Android problem or USB error.

Webpage made using Polymer terminates on Google Chrome

I have made a webpage using Polymer. The webpage doesn't open on Google Chrome (both Windows and Android). When I try to open the page, Chrome shows "He's Dead, Jim!" message on Windows and "Aw, Snap!" message on Android. I have reset the settings and reinstalled Chrome but the problem still continues. Can anyone tell me how to solve this problem or the reason behind it?
https://www.googledrive.com/host/0B2Zii8voDW6QcGduNnl1cFBReXc/fold/
maybe you can check if there is any error in your page, which stop polymer initialization:
https://www.polymer-project.org/docs/polymer/debugging.html#unregistered-element-bookmarklet
Btw, did you try the official demo page with your browsers? If they work, then it's your code problem.

SSL HTTPS Padlock Visible In IE, Firefox, Safari, but Not In Chrome

I have a webpage (php form using yii framework) secured by ssl that shows an SSL padlock with a yellow alert in Google Chrome. I have not been able to identify the problem and am stumped. It seems to be related to my page and is specific to Google Chrome (other browsers work fine).
Troubleshooting so far:
Eliminated Cache as the Cause
Completely cleared my Google Chrome cache to ensure that previously loaded components were not causing the problem.
Tested the page on a separate machine to confirm that the alert is visible on a different system not related to my machine. Alert on page was generated on separate system.
Scoped the Problem to an Element on My Page
Setup a simple page under the same domain, successfully generated the padlock.
Tested failing page at https://www.whynopadlock.com/check.php and the script indicates that all components are called securely. No alerts generated.
Scoped the Problem To Google Chrome
Tested in Internet Explorer - No alerts
Tested in Safari - No Alerts
Tested in Firefox - No Alerts
Does anybody know of a page element that will cause an alert (broken padlock) in Google Chrome, but not in Internet Explorer, Safari, or Firefox?