Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
making some more notes. I added an event handler to the
also
and my
so it ought to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use this library to forward requests to a Svelte app. I have this configuration:
I run my Svelte app using:
which outputs:
but when I try to make a curl request:
I get:
it complains of a timeout but the error happens almost instantaneously.
Making the request directly works:
Also if I run the app like:
instead of
then also it works! what is going on here? how can I run the app with
--host 0.0.0.0
and still proxy requests to it?Beta Was this translation helpful? Give feedback.
All reactions