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

Adding ngrok breaks solo #49

Open
mateusjunges opened this issue Jan 31, 2025 · 4 comments
Open

Adding ngrok breaks solo #49

mateusjunges opened this issue Jan 31, 2025 · 4 comments

Comments

@mateusjunges
Copy link
Contributor

mateusjunges commented Jan 31, 2025

Hey Aaron 👋

I just migrated from aaronfrancis/solo to soloterm/solo, and suddenly ngrok breaks all keybindings.

I have ngrok defined as follows:

'commands' => [
    // Other commands here
    'Ngrok' => Command::from("ngrok http --url=junges.ngrok.app {$valetUrl} --host-header=rewrite")->lazy(),
];

When defined as a lazy command, I can move between tabs normally, but as soon as I hit s to start ngrok, none of my keybindings work anymore.

This is what I see when ngrok configured to start with other commands (not lazy):

Image

@aarondfrancis
Copy link
Collaborator

Ah dang, lemme look!

@aarondfrancis
Copy link
Collaborator

Image

Try adding --log stdout for now until I can get the pretty version working

@aarondfrancis
Copy link
Collaborator

Working on this in #50

@aarondfrancis
Copy link
Collaborator

Image

getting closer, but not quite there yet! I'll have to do some specific ngrok debugging

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

2 participants