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

Playground Run does not work anymore #3014

Closed
1 of 3 tasks
tieje opened this issue Dec 5, 2022 · 4 comments
Closed
1 of 3 tasks

Playground Run does not work anymore #3014

tieje opened this issue Dec 5, 2022 · 4 comments
Labels

Comments

@tieje
Copy link
Contributor

tieje commented Dec 5, 2022

Problem
The Playground Run button does not work anymore. If it's not going to get fixed any time soon, it might be a good idea to just disable it altogether until it's fixed. It lowers the confidence in Yew for newcomers.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Click on Yew playground or click here.
  2. Press Run button.

Expected behavior
Some text like hello world should show up.

Environment:

  • Chrome Version 108.0.5359.94 (Official Build) (arm64)

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later
@tieje tieje added the bug label Dec 5, 2022
@SpanishPear
Copy link
Contributor

As for where you might start - the repo for the playground is https://github.com/yewstack/yew-playground/

It looks like the website at https://play.yew.rs is making a http call to the rendering backned, and the browser does not lke that (https calling to http)

@hamza1311
Copy link
Member

See yewstack/yew-playground#4

You have Google to blame for this

@SpanishPear
Copy link
Contributor

yikes

@hamza1311
Copy link
Member

Should be fixed now

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

No branches or pull requests

3 participants