my-app

/ apps / my-app / issue
not responding

Agent · rescue

debugging
JD
i open the url and nothing, white page
M
get_health_details · get_app_logs · review_last_deploy_code
Found it. Your app is crash-looping — the logs say Error: STRIPE_KEY is not defined. That's a code issue, not our infra.
M
In app/page.tsx you read process.env.STRIPE_KEY, but you should call our wrapper. Paste this to your coding agent:
In app/page.tsx, replace process.env.STRIPE_KEY usage with await platform.checkPaid(userId) and remove the raw Stripe call.
JD
done, pushed
M
rebuild · validated · deployed
✅ It's up again — myshop.meta-saas.vicoop.com responding 200. Want me to keep watching it?
Keep watchingEscalate to support
HEALTH
Statuscrash-loop
Restarts7 in 2m
/healthzfail
Last goodcommit 8d3e10

Crash logs

error
12:31:02 starting app…
12:31:02 Error: STRIPE_KEY is not defined
12:31:02   at app/page.tsx:14
12:31:03 process exited (1) — restarting
12:31:05 Error: STRIPE_KEY is not defined ×7
Can't fix it?
agent escalates a ticket with full context