This message was deleted.
# general
m
This message was deleted.
a
It looks like version 0.1.40 works fine. Does it mean there's a breaking change in 0.1.41?
m
Hello Mateusz, we just added support for social login while developing locally. So maybe that is related 🤔 will need to investigate. Can you try with
ory tunnel
instead? https://www.ory.sh/docs/guides/cli/proxy-and-tunnel#ory-tunnel
p
I think the prompt will still be there and not sure if we have a flag to disable it completely. Let me check.
Yeah i think we should allow this since there is a flag to just say yes to all prompts but it isn't working for the social sign in prompt. You can for now run:
Copy code
sh -c "yes | ory tunnel <http://localhost:3000> --project <project-slug> --dev"
This should pipe in yes to the command and continue the run
a
Please note, for my use case "no" is also fine. I'm not using social sign in and I don't want the app to be signing in anywhere 🙂
h
The -q or —quiet flag does the job :)