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

🐛 BUG: Ctrl-C doesn’t stop 1.0.0-beta.21 dev server #3269

Closed
1 task
brycewray opened this issue May 3, 2022 · 7 comments
Closed
1 task

🐛 BUG: Ctrl-C doesn’t stop 1.0.0-beta.21 dev server #3269

brycewray opened this issue May 3, 2022 · 7 comments

Comments

@brycewray
Copy link
Contributor

What version of astro are you using?

1.0.0-beta.21

Are you using an SSR adapter? If so, which one?

No

What package manager are you using?

npm

What operating system are you using?

macOS

Describe the Bug

When I run astro dev, the terminal will not accept Ctrl-C as a stop command but, rather, just echoes ^C in the display. I tried it also with astro dev --experimental-static-build --experimental-integrations and got the same result. (Could only suspend the job with Ctrl-Z, and then separately kill the suspended job.)

Downgrading to 1.0.0-beta.20 solves the problem.

Note: I tried to create a minimal reproducible example but was unable to load 1.0.0-beta.21 successfully. The URL below is NOT usable, but simply something to allow me to submit the issue.

Link to Minimal Reproducible Example

https://stackblitz.com/github/kkvinmbxo

Participation

  • I am willing to submit a pull request for this issue.
@brycewray brycewray changed the title 🐛 BUG: Ctrl-C doesn't stop 1.0.0-beta.21 dev server 🐛 BUG: Ctrl-C doesn’t stop 1.0.0-beta.21 dev server May 3, 2022
@brycewray
Copy link
Contributor Author

I will add that @Jutanium reports on Discord that he can't reproduce the issue on his Mac. He suggested that I try the other test environments on astro.new, which I did but, again, couldn't load 1.0.0-beta.21 to test them (each was still on 1.0.0-bet.20).

@hayley
Copy link
Contributor

hayley commented May 3, 2022

I just upgraded one of my projects from .20 to .21 and am seeing this same behaviour with ctrl C not working. Downgrading back to .20 also fixed.

Mine is Void Linux, but I can also test this on Mac and Arch Linux if helpful.

@brycewray
Copy link
Contributor Author

brycewray commented May 3, 2022

@hayley on the Discord, @Jutanium advises his Mac has Apple Silicon. Mine is an Intel Mac. Am assuming your Linux box is using an x86 CPU. Can you test on an Intel Mac?

Edit: disregard, saw your reply on the Discord (https://discord.com/channels/830184174198718474/830184175176122389/971100578908368957). Thanks!

@brycewray
Copy link
Contributor Author

Being fixed in #3276.

@matthewp
Copy link
Contributor

matthewp commented May 3, 2022

Thanks for reporting!

@brycewray
Copy link
Contributor Author

Thanks for reporting!

@matthewp @FredKSchott Thank you folks for the quick fix incoming!

@matthewp
Copy link
Contributor

matthewp commented May 3, 2022

Fixed by #3276, release will be coming in a few minutes.

@matthewp matthewp closed this as completed May 3, 2022
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

No branches or pull requests

3 participants