browser-samples icon indicating copy to clipboard operation
browser-samples copied to clipboard

The quick start doesn't run

Open evan-boissonnot opened this issue 6 years ago • 4 comments

Expected Behavior

Disconnect button appear

Actual Behavior

Just connect button is able, even if i click to oauth connect

JavaScript Console Output

nothing :(

(View your JavaScript Console to see if there are any errors)

Specifications

  • Browser (Chrome/Internet Explorer/Firefox): Chrome
  • OS (Mac/Linux/Windows): Windows

evan-boissonnot avatar Jan 14 '19 15:01 evan-boissonnot

There's not enough information here.

Which quickstart did you run? Sounds like you checked the console log, but what about network traffic? Any errors loading resources?

sqrrrl avatar Jan 22 '19 23:01 sqrrrl

Hi

I use this one : https://github.com/gsuitedevs/browser-samples/blob/master/calendar/quickstart/index.html

But i've got one idea : maybe it's my Ghostery who stop all exchanges.

(any error loading resources were found ...)

evan-boissonnot avatar Jan 23 '19 11:01 evan-boissonnot

Tried calendar quickstart w/ghostery (block all trackers enabled) and still unable to reproduce :(

sqrrrl avatar Jan 23 '19 17:01 sqrrrl

hello guys. i had the same problem after trying hard i found the error. In cmd, when starting python -m http.server 8000, the current folder must be the root. That is, just C: > ... I was working on C: \ Users \ fernando ...>, so it didn't work. Giving a cd .. to the root will solve the problem. I hope it helps.

fernandoeqc avatar May 29 '20 19:05 fernandoeqc