Fix critical bug where resume() destroyed stacks instead of resuming#84
Open
naps62-self-hosted-claude[bot] wants to merge 2 commits intomainfrom
Open
Fix critical bug where resume() destroyed stacks instead of resuming#84naps62-self-hosted-claude[bot] wants to merge 2 commits intomainfrom
naps62-self-hosted-claude[bot] wants to merge 2 commits intomainfrom
Conversation
Bug fixes: - Fix resume/1 function that was calling :destroy instead of :resume This was a critical bug causing data loss when resuming suspended stacks - Add optional chaining to axios error handler to prevent crash on network errors - Add missing VITE_APTABASE_APP_KEY type definition Code quality: - Remove duplicate alias imports in server.ex - Translate Portuguese comment to English Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The CI was failing with "Old PLT file" error because the setup-beam step was missing an id, causing steps.beam.outputs to be undefined and resulting in a partial cache key match that restored stale PLTs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
resume/1function was calling:destroyinstead of:resume, causing suspended stacks to be permanently destroyed instead of resumederror.responseis undefinedVITE_APTABASE_APP_KEYtype definition to vite-env.d.tsCode quality improvements
Test plan
🤖 Generated with Claude Code