#Help

1 messages · Page 1 of 1 (latest)

sinful meteor
#

@kind yarrow If your preview is working fine with all the correct data, here’s what I recommend:

  1. Fork the session and click on View Session.
  2. In the forked session, click on Deploy.
  3. Scroll down and choose Replace Deployment.
  4. Select New/Fresh Database and confirm.

This will replace your deployed app’s database with the preview database, so you’ll see the same data reflected in your deployed app.

because preview data only migrated once at the time of first deployment

kind yarrow
#

I'm trying, I'll get back to you, thank you

kind yarrow
#

Subject: Adding POST_INSTALL_COMMANDS Environment Variable to Vehiclehub-15 Deployment

Hello Emergent Support Team,

I have successfully deployed my car gallery website (Vehiclehub-15) to production, but I'm currently facing a technical issue and need your assistance.

Current Situation:

Production URL: https://aaaofmiami.com
Deployment ID: d4j8r6k (Vehiclehub-15)
Job ID: vehisync
Website is running, but eBay sync feature shows error: "eBay sync is not available in this environment"
Problem: ChromeDriver is required to scrape vehicle data from eBay, but it's not installed in the production environment. I have the installation script ready (/app/backend/scripts/setup_chromedriver.sh), but it needs to run during deployment via the POST_INSTALL_COMMANDS environment variable.

What I Want to Do: I need to add the following environment variable to my existing production deployment (Vehiclehub-15 - d4j8r6k):

Key: POST_INSTALL_COMMANDS
Value: bash /app/backend/scripts/setup_chromedriver.sh
What I've Tried: I found the Environment Variables section in the deployment panel, but I cannot find an "Add Variable" button or similar option in the UI.

sinful meteor
#

@kind yarrow if you want to add a variable in the pruduction env, you need to five the agent the key and value and ask the agent to add it in the code
once agent add it in the code then you just need to redeploy the app and it will automatically sync to the production env

kind yarrow
#

Now I have different problem

Subject: Custom Domain Routing Issue - eBay Sync Feature Not Working

Hello Emergent Support Team,

I need urgent assistance with my AAA of Miami (aaaofmiami.com) project.

🔴 ISSUE: I completed a "Replace Deployment" with "Keep Existing Database" option and connected my custom domain (aaaofmiami.com). However, the custom domain is still routing to the old backend instance, causing my eBay sync feature to fail.

✅ WHAT'S WORKING:

localhost:8001/api/ebay/sync → Works perfectly
ChromeDriver successfully installed on backend
Everything works inside the new deployment
❌ WHAT'S NOT WORKING:

aaaofmiami.com/api/ebay/sync → Returns "ChromeDriver not available" error
Custom domain routing to old backend instance
🔍 TECHNICAL DETAILS:

Job ID: [d7b7d38a-e63c-4aab-8df0-69637a82baad]
Custom Domain: aaaofmiami.com
Problem: Kubernetes ingress routing not updated after deployment
Impact: My business's core feature (eBay synchronization) is unavailable to customers
📸 SCREENSHOTS:

Admin panel shows "eBay sync is not available in this environment" error
Same API call succeeds on localhost
🎯 REQUEST: Please update the Kubernetes ingress configuration to route my custom domain (aaaofmiami.com) to the new backend pod with ChromeDriver installed.

Thank you

gloomy peak
#

I need immediate help. My time clock app lost over a month of employee payroll data.

I had 8 employees with data through November 25, 2025.
Now I only see 6 employees and data only goes to October 16, 2025.

I'm missing 5+ weeks of time clock records for payroll.

Please contact me urgently to recover this data.

kind yarrow
#

I didn’t understand?