feat(ipx): log the architecture of the build#1808
Merged
Merged
Conversation
Deploying nuxt-image with
|
| Latest commit: |
98462bc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b9dc4ab2.nuxt-image.pages.dev |
| Branch Preview URL: | https://feat-log-ipx.nuxt-image.pages.dev |
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1808 +/- ##
==========================================
+ Coverage 62.63% 62.76% +0.13%
==========================================
Files 81 81
Lines 3792 3808 +16
Branches 432 436 +4
==========================================
+ Hits 2375 2390 +15
- Misses 1389 1390 +1
Partials 28 28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
I like the idea of explaining regarding the binaries which are shipped in the output. Do we know what is the error sent back by the IPX route when the binary is not build for the same runtime? Because having also an error log on runtime could be useful too. |
Member
Author
|
@atinux The response when loading an image is a 500 error and a JSON object with following |
Merged
danielroe
added a commit
that referenced
this pull request
Jul 30, 2025
DamianGlowala
pushed a commit
that referenced
this pull request
Aug 22, 2025
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
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.
🔗 Linked issue
❓ Type of change
📚 Description
With upcoming release of nuxt image including ipx v3, it's important to let users know the architecture they have built for.
This adds a log after the build is complete.
questions: