-
Notifications
You must be signed in to change notification settings - Fork 252
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
trunk proxy does not work #95
Comments
Thanks for submitting this issue @hamza1311! I'm hoping to have some time to look into this soon. I've been using a very similar setup quite successfully for a while now, so this might be a subtle bug of some sort. All in all, the code for the server & proxy is dead simple. If you would like to take a look at the code as well, please feel free |
I had the same problem. Looks like after you register file handler with I fix the problem in my fork jakule@dc6fb69. @thedodd If you are interested in merging it I can create a PR. |
I have an API running at
localhost:9090/api/
with endpoint/hello/...
and a proxy configured aswith trunk running at
localhost:8080
Actual results
Requests at
localhost:8080/
andlocalhost:8080/api/hello/test
return index.htmlExpected results
Requests at
localhost:8080/
to return index.html but requests atlocalhost:8080/api/hello/test
to return the response provided by the server.Additional context
Discord discussion
The text was updated successfully, but these errors were encountered: