Explore Problems
Showing 430 of 8,810 problems · matching your filters
Credit Card Repeatedly Charged for Unauthorized Purchases Despite Card Replacements
A cardholder reports recurring unauthorized charges for rideshare trips, groceries, and Amazon purchases on days they didn't use the card, with fraudulent charges continuing even before a newly issued replacement card physically arrives. Despite requesting new cards multiple times, the pattern persists, suggesting a deeper account or system-level compromise rather than simple card-skimming.
Telecom Providers Continue Automated Billing After Service Cancellation Without Consent
A customer suspended telecom service and was told a final bill would follow, but the provider instead continued attempting automated payments tied to the now-cancelled account, refusing to stop despite direct requests. This reflects a recurring telecom billing pattern where post-cancellation payment authorization is assumed rather than obtained. Consumers have no clear channel to halt unauthorized withdrawal attempts.
Online Car Buyers Risk Financial Harm From Deposit and Delivery Delays
A buyer paid a large deposit for a vehicle through an online car retailer, then faced repeated delivery delays and was denied reimbursement for resulting costs like a rental car. This points to a structural risk in online big-ticket purchases: deposits are collected before delivery is guaranteed, leaving buyers financially exposed when sellers slip schedules.
Bank Opens Credit Card in Customer's Name Without Consent
A bank customer discovered a credit card had been opened in their name without their knowledge or authorization, surfaced only when the fraud department flagged a suspicious purchase. This points to a gap in identity verification before credit issuance, exposing customers to unauthorized account creation.
Solo Business Owners Lack a Clear Framework for When to Make Their First Hire
Solopreneurs delay hiring their first employee out of fear, given vague advice like "you will know when you are ready." They lack a concrete financial framework comparing their own billable time value against the loaded cost of a hire, causing many to wait until they are overwhelmed and undertrain the new hire as a result.
Human Code Review Can't Keep Pace With AI-Generated PR Volume
Engineering teams using AI coding agents now generate far larger, more frequent pull requests than humans can meaningfully review. Teams increasingly lean on automated or AI-assisted review layers to keep production velocity from stalling, raising doubts about how much human oversight remains realistic.
Malicious Slack Marketplace App Hijacks Connected Facebook Ads Account
A user installed a marketplace app called "OpenAI Ads" that required Facebook Ads account login, after which an unauthorized ad campaign with a $15,000 daily budget was created and only caught because Facebook's own fraud detection flagged it. The app's five-star reviews appear fabricated, pointing to a vetting gap in how third-party apps gain OAuth access through app marketplaces.
GitHub Actions Runner IPs Blocked by Shared-Hosting Firewalls During Deploy
A developer deploying to a cPanel server over SCP/SSH on a custom port finds that GitHub Actions' dynamic runner IPs get auto-blocked by the server's firewall, breaking the deployment step even though the build succeeds. This reflects a structural mismatch between GitHub-hosted runners' non-static IPs and traditional shared-hosting security models.
Important Decisions and Files Get Buried in Busy Chat Channels
Users of team chat platforms report that as channels grow busy, important messages, decisions, and files get buried under high message volume, even when threads are used. Finding a specific past decision or file requires manually digging through scattered, noisy conversation history, undermining the tool's usefulness as a shared source of truth.
WordPress Saves Invalid CSS With No Validation, Breaking Sites Silently
WordPress accepts custom CSS at save time without validating it, so a single malformed declaration ships live and manifests as symptoms that look like anything but a stylesheet problem. Debugging cost is disproportionate to the error because there is no pre-save check, no error surface, and no recoverable snapshot of the last working stylesheet.
PODS Debt Collector Pursues Already-Refunded Charge Years Later
A former PODS customer disputed and was refunded a storage overcharge, only to be contacted three years later by a collection agency claiming to represent PODS over the same resolved debt. The agency has not substantiated the debt or its authority to collect, and the customer's ability to submit supporting documentation is limited by a 5MB upload cap on the dispute portal.
Allstate Refuses Second-Opinion Claim Review After Network Shop Damage
A customer's car developed severe alignment issues and failed sensors after a minor repair at an Allstate network shop, and Allstate has refused to review an independent second-opinion report, denied the claim, and stopped responding to calls and emails over several months while the safety issue remains unresolved. The case highlights a claims-review process that can leave customers with a network-shop-caused, unresolved safety defect.
Marketers Lack Real-Time Alerts When Competitors Launch New TikTok Ad Creatives
Advertisers and marketing teams manually check competitor ad accounts to catch new creative launches on TikTok, often missing the narrow window when trending ad hooks are freshest. Without automated cross-platform monitoring, teams waste time on manual checks and lose the chance to react quickly to competitor campaigns.
Moving Container Pickup Scheduling Fails to Meet Time-Sensitive Deadlines
A customer needing a storage container removed before a property closing found no available pickup dates for over a month, and hours on hold with customer service produced only an unconfirmed manual override with no guarantee of follow-through. This highlights a mismatch between logistics providers' pickup capacity and customers' hard deadlines.
Insurance Claim Denials Leave Policyholders Fighting Repetitive, Opaque Appeals
Policyholders describe being denied legitimate insurance claims, such as physician-recommended physical therapy after an accident being labeled 'not medically necessary,' and then spending months on repeated calls re-explaining the same situation with no resolution. These stories illustrate a broader pattern where claim denial and appeals processes are opaque, slow, and emotionally draining regardless of the validity of the underlying claim. Policyholders lack visibility into why claims are denied or a clear, efficient path to contest incorrect denials.
Insurer Total-Loss Records Persist on Vehicle History Reports After Repair, Undermining Resale
After a hail-damaged vehicle was repaired and its insurance claim closed, the owner discovered months later that the vehicle history report (Carfax) still listed it as a total loss, drastically depressing its trade-in value. This exposes a structural gap between insurers' internal claim resolution and third-party vehicle history reporting, where consumers have no clear mechanism to ensure records are corrected after a vehicle is repaired and returned to service.
Extended Warranty Repairs Leave Safety-Related Vehicle Issues Unresolved
A vehicle owner with an extended warranty made multiple repair visits over several months for a persistent error and battery issue, but the underlying problem was never properly diagnosed, resulting in the vehicle stalling while driving. Despite paying for extended coverage and repeated service visits, the customer could not get a full resolution or refund for incomplete repairs, exposing a gap in warranty-backed repair accountability.
Warranty Claims Bounce Between Retailer, Manufacturer, and Insurer With No Resolution
A rental-property owner's warrantied refrigerator failed, and after a botched repair the case has been passed between the manufacturer, retailer, and insurer for over three weeks with no reimbursement, forcing the owner to buy a replacement out of pocket. This illustrates how warranty ecosystems with multiple parties can leave customers stuck in a liability hand-off loop with no single party accountable for timely resolution.
YouTube Lacks Structure for Serious Self-Directed Learning
People trying to use YouTube as a learning platform are hindered by algorithmic recommendations, distractions, and the absence of course-like structure, notes, or progress tracking. A launch post addressing this drew strong engagement (193 upvotes), signaling real demand for organized, distraction-free video learning.
Internal Tools Built as Notebooks or Spreadsheets Rarely Become Secure Real Apps
Non-engineer employees regularly build internal workflow logic in notebooks or spreadsheets, but these never graduate into secured, production tools because engineering teams have higher-priority work. This leaves ad hoc, hardcoded, unauthenticated tools running critical processes (such as fraud-detection thresholds) without proper access control or credential handling.