ember-styleguide icon indicating copy to clipboard operation
ember-styleguide copied to clipboard

Update links.js

Open NullVoxPopuli opened this issue 2 years ago • 5 comments

Copied from https://github.com/ember-learn/ember-website/pull/1041#issuecomment-1651505311

We can have people try out ember in their browsers before they do any setup on their machines.

Note, right now booting up broccoli in the browser is not the fastest experience. But the work on embroider, getting to vite, and converting the core addons to the v2 addon format will cut that time down immensely

NullVoxPopuli avatar Jul 26 '23 13:07 NullVoxPopuli

Deploy Preview for ember-styleguide ready!

Name Link
Latest commit e740577d239a096dada7a3b09bd8c81e6c75b1fd
Latest deploy log https://app.netlify.com/sites/ember-styleguide/deploys/64c11bd9a76cd30008ce4073
Deploy Preview https://deploy-preview-477--ember-styleguide.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jul 26 '23 13:07 netlify[bot]

thanks!

NullVoxPopuli avatar Jul 27 '23 16:07 NullVoxPopuli

new.emberjs.com seems broken.

$ curl -Iv https://new.emberjs.com/
*   Trying 3.13.31.214:443...
* Connected to new.emberjs.com (3.13.31.214) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Unknown (21):
* TLSv1.3 (IN), TLS alert, internal error (592):
* error:0A000438:SSL routines::tlsv1 alert internal error
* Closing connection 0
curl: (35) error:0A000438:SSL routines::tlsv1 alert internal error

sukima avatar Oct 04 '23 10:10 sukima

new.emberjs.com seems broken.

$ curl -Iv https://new.emberjs.com/
*   Trying 3.13.31.214:443...
* Connected to new.emberjs.com (3.13.31.214) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Unknown (21):
* TLSv1.3 (IN), TLS alert, internal error (592):
* error:0A000438:SSL routines::tlsv1 alert internal error
* Closing connection 0
curl: (35) error:0A000438:SSL routines::tlsv1 alert internal error

It works for me :) at least in the browser, not sure what you were trying. It's a link that will reroute you to stackblitz so it's not really within our control :)

MinThaMie avatar Oct 04 '23 10:10 MinThaMie

Be sure to use http instead of https. It redirects to https. This is a limitation of DNS-based redirects.

NullVoxPopuli avatar Oct 04 '23 12:10 NullVoxPopuli