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

Requests do not work inside docker container #1526

Open
Shujee opened this issue Apr 17, 2024 · 0 comments
Open

Requests do not work inside docker container #1526

Shujee opened this issue Apr 17, 2024 · 0 comments
Labels
question Further information is requested

Comments

@Shujee
Copy link

Shujee commented Apr 17, 2024

So I have a Thunder Client collection in my VSCode. The API server is running inside a docker container on the local machine. All requests are running fine.

I export the collection to a json file, right-click my docker container in VSCode, choose "Attach to Visual Studio Code" to open a new VSCode instance that is attached to the container and import my collection there. I then go to collection settings and change base url from https://testserver.cod:9443/api/ (this port is mapped in docker-compose file to 443) to https://localhost/api/. All ThunderClient request now get stuck indefinitely and need to be cancelled.

I'm using free version.

@Shujee Shujee added the question Further information is requested label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant