-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[cli] Output the error code when a user could not be loaded. #13657
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦋 Changeset detectedLatest commit: c406e13 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
8be1861
to
ea2edef
Compare
styfle
reviewed
Aug 1, 2025
styfle
previously approved these changes
Aug 1, 2025
Co-authored-by: Steven <steven@ceriously.com>
8fc71db
to
2e93b20
Compare
styfle
reviewed
Aug 1, 2025
styfle
approved these changes
Aug 1, 2025
mknichel
approved these changes
Aug 1, 2025
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 2, 2025
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@44.7.0 ### Minor Changes - Make framework detection text prettier ([#13654](#13654)) ### Patch Changes - Improve non-debug error log for user fetch ([#13657](#13657)) - Updated dependencies \[[`e9ef3b82c7093ac750173fc2a2d2747ba25f6c78`](e9ef3b8), [`b1993ee3af72d12859bbc621744b687fbc968a1b`](b1993ee)]: - @vercel/next@4.11.0 - @vercel/hono@0.0.8 - @vercel/node@5.3.10 ## @vercel/next@4.11.0 ### Minor Changes - Improve fallback root params handling with hasFallbackRootParams flag ([#13653](#13653)) - Add hasFallbackRootParams flag to RoutesManifestRoute type for simplified route regex generation - Update route handling logic to conditionally apply fallback root params processing - Enhance prerender manifest structure with fallback root params support ## @vercel/frameworks@3.7.6 ### Patch Changes - Fix issue where .mjs files weren't transpiled properly for Hono ([#13658](#13658)) ## @vercel/fs-detectors@5.4.12 ### Patch Changes - Updated dependencies \[[`b1993ee3af72d12859bbc621744b687fbc968a1b`](b1993ee)]: - @vercel/frameworks@3.7.6 ## @vercel/hono@0.0.8 ### Patch Changes - Fix issue where .mjs files weren't transpiled properly for Hono ([#13658](#13658)) - Updated dependencies \[[`b1993ee3af72d12859bbc621744b687fbc968a1b`](b1993ee)]: - @vercel/node@5.3.10 ## @vercel/node@5.3.10 ### Patch Changes - Fix issue where .mjs files weren't transpiled properly for Hono ([#13658](#13658)) Co-authored-by: github-actions[bot] <41898282+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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In https://linear.app/vercel/issue/ENET-1782/intermittent-error-not-able-to-load-user-when-pulling-env-in-github a customer is not able to access Vercel. It seems like it is a networking issue, but we don't seem to see the problem on the Vercel side. A better error message may help understand the customer problem without full debug logs.