Explore Problems
Showing 3,762 of 8,942 problems · matching your filters
Shopify fails to protect sellers from fraudulent chargebacks
Shopify consistently sides with buyers in chargeback disputes even when sellers provide delivery proof and customer acknowledgment. Sellers lose product, shipping costs, and time with no recourse, highlighting a gap in seller protection tools.
Angi/HomeAdvisor charges fees after cancellation and falsifies refund status
Angi/HomeAdvisor bills customers after account cancellation, claims refunds are "completed" with no proof when banks confirm none was sent, then threatens collections and makes unauthorized credit card charges.
Insurance Agents Disappear After the Policy Is Sold
Insurance agents are highly accessible during the sales process but become effectively unreachable once a policy is active, leaving customers waiting over an hour on hold for routine changes. The misalignment between agent commission incentives and ongoing service obligations creates a structural service gap that affects millions of policyholders.
Moving Tasks Between Desktop and Mobile Forces Context Switch
Workers who start tasks on desktop and need to continue on mobile—or vice versa—must manually reconstruct their working context because tools do not support seamless async session handoffs. The mental overhead of tracking where you left off across devices adds friction to a workflow pattern that is increasingly common.
GA4 Too Complex for Small SaaS Teams to Extract Actionable Insights
Google Analytics 4 is overwhelming for small SaaS teams, requiring significant expertise to configure and interpret, causing teams to either over-invest in setup or fly blind on key metrics.
AI SaaS developers rebuild same boilerplate every project
Go developers building AI SaaS spend 2-3 months rebuilding auth, billing, LLM integration, and usage tracking before starting actual product work.
Freelancer Client Non-Payment After Delivery
Freelance developers frequently face client non-payment after project completion. Lack of advance payment protection and contracts are core issues.
Automating invoicing and expense tracking for contractors
Solo contractor spending 4+ hours monthly on invoicing and expense tracking; built unified workflow as alternative to $40/mo QuickBooks.
Debt Collectors Improperly Contact Employers and Access Credit Profiles Without Authorization
Consumers report debt collection agencies contacting their employer under misleading pretenses and pulling credit profiles for debts that may be outside the statute of limitations. This exposes people to reputational harm at work and signals collectors overstepping legal boundaries under the FDCPA.
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.
Unauthorized Subscriptions Persist on Replacement Cards After Account Compromise
Fraudulent subscription merchants continue charging replacement cards after card replacement, indicating account relationships persist through card number changes. The card number change does not break the merchant-to-account link. Fraud victims must manually cancel each fraudulent subscription rather than getting a clean break from compromise.
No Standardized Tool to Generate llms.txt for AI Search Engine Visibility
As AI search engines like Perplexity and ChatGPT become significant traffic sources, websites have no easy way to generate a spec-compliant llms.txt file that tells these crawlers what to index and cite. Developers and marketers must manually craft crawler directives without tooling to automate the classification and formatting process. The absence of accessible generation tools means most sites remain invisible or poorly represented in AI-driven search surfaces.
Silent Risk Block Declines Every Card With No Disclosure or Appeal
A customer cannot complete any online order because every credit card fails at the payment step, while the same cards work normally at other retailers. Support insists there is no restriction on the account, so the block is invisible to the very people meant to explain it. With no disclosure and no appeal path, the account is effectively unusable and the customer has nothing to act on.
Cancelled Rentals Excluded From Reviews, Hiding Worst Outcomes
A customer whose reservation was relocated to a distant branch arrived to find no truck available and had to rent elsewhere. The more consequential discovery was that because the rental was cancelled, the review system would not accept any feedback about the experience. Every reservation the company fails to fulfil is therefore structurally absent from its own ratings, biasing them toward the transactions that went through.
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.
Insurers Systematically Underpay or Deny Valid Property Claims
A contractor who works alongside customers filing property insurance claims says State Farm regularly denies valid claims or lowballs repair estimates below the deductible, a pattern they have witnessed on over a dozen claims. The account suggests policyholders often need an attorney or public adjuster just to get claims paid at their true value.
Auto Insurers Issue Repair Estimates Far Below Independent Body Shop Quotes
A driver whose car was damaged by an at-fault policyholder received a repair estimate 70% lower than an independent body shop's quote, then was steered toward a low-cost network shop. The gap between insurer estimates and market repair costs leaves claimants underfunded or forced into lower-quality repairs.
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.