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]: Unable to cancel process after launching studio #9584

Closed
1 task
dac09 opened this issue Nov 28, 2023 · 3 comments
Closed
1 task

[Bug]: Unable to cancel process after launching studio #9584

dac09 opened this issue Nov 28, 2023 · 3 comments
Assignees
Labels
bug/confirmed We have confirmed this is a bug topic/cli

Comments

@dac09
Copy link
Contributor

dac09 commented Nov 28, 2023

What's not working?

Ctrl+C should stop process when running studio.

Expected behaviour: Studio process should close down
Actual behaviour: Nothing happens.

Video walkthrough: https://s.tape.sh/9ZIkKUrn

Likely related to "analysing mailer templates", and maybe macos specific. Does not happen on Gitpod.

How do we reproduce the bug?

Launch rw studio by running yarn rw experimental studio

Then press Ctrl+C.

What's your environment? (If it applies)

System:
    OS: macOS 13.4.1
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.18.2 - /private/var/folders/s5/9hjh2cw51w714bw6px5nspr00000gn/T/xfs-ec55d9f5/node
    Yarn: 3.7.0 - /private/var/folders/s5/9hjh2cw51w714bw6px5nspr00000gn/T/xfs-ec55d9f5/yarn
  Databases:
    SQLite: 3.39.5 - /usr/bin/sqlite3
  Browsers:
    Chrome: 119.0.6045.159
    Safari: 16.5.2
  npmPackages:
    @redwoodjs/core: 6.4.0 => 6.4.0
    @redwoodjs/studio: 6.4.0 => 6.4.0

Are you interested in working on this?

  • I'm interested in working on this
@dac09 dac09 added the bug/confirmed We have confirmed this is a bug label Nov 28, 2023
@dac09
Copy link
Contributor Author

dac09 commented Nov 28, 2023

@Josh-Walker-GM we spoke about this before, just creating an issue because I've come across it again.

@Josh-Walker-GM
Copy link
Collaborator

Thanks @dac09! I remember this happening way back with the initial versions of studio too. I think it's something to do with one of the servers waiting for requests. Often it'd hit ctrl+c and then nothing but after a subsequent request it would exit.

I'll add this to my list of things to look into this week/into next week.

@Josh-Walker-GM
Copy link
Collaborator

This is a confirmed issue in the current version of the studio. I'm in the process of porting studio over to its own repository and using redwood itself to build studio. In the new version this issue does not exist. I do not plan on addressing this issue in the current version that lives in this repo.

@Josh-Walker-GM Josh-Walker-GM closed this as not planned Won't fix, can't repro, duplicate, stale Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/confirmed We have confirmed this is a bug topic/cli
Projects
None yet
Development

No branches or pull requests

2 participants