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

Fix issue with serverless function on docker #11226

Conversation

Devin345458
Copy link
Contributor

@Devin345458 Devin345458 commented Mar 5, 2024

Currently the server was binding to the IPV6 [::] catchall on a random port. The undici request is then unable to reach it.

I only have a mac so I was only able to test this change on Docker for mac. Would love if someone on windows/linux could validate the change works for them as well

Copy link

changeset-bot bot commented Mar 5, 2024

🦋 Changeset detected

Latest commit: 39e7d05

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@vercel/node Patch
vercel Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

TooTallNate
TooTallNate previously approved these changes Mar 28, 2024
@EndangeredMassa EndangeredMassa merged commit 346e665 into vercel:main Mar 30, 2024
6 of 8 checks passed
@EndangeredMassa
Copy link
Contributor

Thanks!

onsclom pushed a commit that referenced this pull request Apr 3, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @vercel/build-utils@7.11.0

### Minor Changes

- Add `getOsRelease()` and `getProvidedRuntime()` functions
([#11370](#11370))

## @vercel/go@3.1.0

### Minor Changes

- Use `provided.al2023` runtime when using AL2023 build image
([#11370](#11370))

## vercel@33.6.3

### Patch Changes

- Handle `--repo` linked in `vc deploy --prebuilt`
([#11309](#11309))

- Revert "[cli] extract `isZeroConfigBuild` into utility function
(#11316)" ([#11350](#11350))

- Replace `inquirer` with `@inquirer/prompts`
([#11321](#11321))

- Updated dependencies
\[[`73b112b1f`](73b112b),
[`346e665bb`](346e665),
[`73b112b1f`](73b112b),
[`548afd371`](548afd3)]:
    -   @vercel/go@3.1.0
    -   @vercel/node@3.0.26
    -   @vercel/build-utils@7.11.0
    -   @vercel/static-build@2.4.6

## @vercel/client@13.1.9

### Patch Changes

- Handle `--repo` linked in `vc deploy --prebuilt`
([#11309](#11309))

- Updated dependencies
\[[`73b112b1f`](73b112b)]:
    -   @vercel/build-utils@7.11.0

## @vercel/gatsby-plugin-vercel-builder@2.0.24

### Patch Changes

- Updated dependencies
\[[`73b112b1f`](73b112b)]:
    -   @vercel/build-utils@7.11.0

## @vercel/node@3.0.26

### Patch Changes

- Fix issue with serverless function on docker
([#11226](#11226))

- Add import and require ts-node files for TypeScript in `vc dev`
([#11371](#11371))

- Updated dependencies
\[[`73b112b1f`](73b112b)]:
    -   @vercel/build-utils@7.11.0

## @vercel/static-build@2.4.6

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/gatsby-plugin-vercel-builder@2.0.24

## @vercel-internals/types@1.0.29

### Patch Changes

- Updated dependencies
\[[`73b112b1f`](73b112b)]:
    -   @vercel/build-utils@7.11.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

None yet

3 participants