chore(release): staging to production - 2025.11.07 - #677
Merged
Conversation
- Fix "Use Template" button callback error - Fix AppBar positioning to prevent sidebar overlap Bug 1 (Critical): Fixed callback function not being passed correctly - Changed onChatflowCopy prop from state object to arrow function - Prevents JavaScript TypeError when clicking "Use Template" Bug 2 (High): Fixed AppBar positioning approach - Changed from position='fixed' to position='relative' - Matches pattern used in regular canvas for automatic sidebar handling - Removed manual marginLeft/width calculations - Removed pt padding (not needed with relative positioning) Resolves: AGENT-120 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add BILLING_OVERRIDE_CUSTOMER_ID and BILLING_DEFAULT_STRIPE_CUSTOMER_ID env vars - Apply override in authentication middleware for JWT and API key users - Simplify controllers to use req.user.stripeCustomerId (middleware handles override) - Apply override in buildChatflow for DB-sourced user objects - Keep override in LangfuseProvider for historical trace processing - Update .env.template with new billing override configuration - Streamline billing README documentation (518→234 lines) This consolidates all local dev users under single organization billing, preventing "usage limit reached" errors during development and testing.
- Remove req.body.customerId override in getUpcomingInvoice and createBillingPortalSession - Add validation to prevent OVERRIDE_CUSTOMER_ID=true with missing DEFAULT_CUSTOMER_ID - Update video generator service to use imported DEFAULT_CUSTOMER_ID instead of env var
…d-issue-happening-in-local-dev fix(AGENT-56): implement billing customer override for local dev
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…-in-template-marketplace-use-template Fix Critical Bugs in Template Marketplace: 'Use Template' Button Error & Navigation Overlap
maxtechera
temporarily deployed
to
staging - aai-unified2-flowise-moonstruck
November 7, 2025 15:58 — with
Render
Inactive
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.
🚀 Release: Staging to Production
Release Date: 2025-11-07
Changes in this release
This PR is automatically created/updated when commits are pushed to staging.
Merging this PR will trigger the release workflow to create a new GitHub release.