fix(manager): bypass typed routes check for dashboard redirect#645
Merged
fix(manager): bypass typed routes check for dashboard redirect#645
Conversation
Next.js typed routes doesn't generate a type for /dashboard/coverage, causing build failures. Cast to any to unblock deploys. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|
🚅 Deployed to the forge-pr-645 environment in forge
1 service not affected by this PR
|
The video-coverage endpoint from #637 never deployed because CI lint failed on the merge commit and Railway skipped the deploy. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
NULL ai_generated was defaulting to true (treating NULL as AI-generated). Should default to false to match the coverage-snapshot service pattern and the backfill in #627 which sets NULL → false. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
b037586 to
bb2df0e
Compare
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.
Unblocks Railway deploys. Next.js typed routes can't resolve /dashboard/coverage.