Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links.js #477

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Jul 26, 2023

Copied from ember-learn/ember-website#1041 (comment)

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

@netlify
Copy link

netlify bot commented Jul 26, 2023

Deploy Preview for ember-styleguide ready!

Name Link
🔨 Latest commit e740577
🔍 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.

Copy link
Contributor

@MinThaMie MinThaMie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to discuss this at the learning meeting to see where in the menu structure this should go :)

@NullVoxPopuli
Copy link
Contributor Author

thanks!

Copy link
Member

@jaredgalanis jaredgalanis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @NullVoxPopuli, thanks so much for doing this! ❤️

We think the first step is probably adding this to the quickstart - ember-learn/guides-source#1951.

We're open to discussing how to feature this more prominently once we've improved the onboarding experience.

@sukima
Copy link

sukima commented Oct 4, 2023

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

@MinThaMie
Copy link
Contributor

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 :)

@NullVoxPopuli
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants