18 result(s) for "Permission denied"
Application attempts to write files (logs, uploads, caches) but fails with permission denied errors. The user running the application doesn't have write perm...
Claude Code generated backend code that constructs shell commands or system calls by concatenating user input directly into the command string. An attacker c...
You fill out a form or perform an action in your app, it looks like it works, but when you refresh the page the data is gone. The database isn't saving anyth...
When users submit forms or interact with the app, data appears to save locally but never reaches the database. Supabase inserts and updates silently fail wit...
Your Cursor-generated application reads and writes files to the local file system, which works perfectly during local development but fails in production. Th...
The file upload functionality in your Base44 app is not working correctly. Users attempt to upload files (documents, images, PDFs) but the upload fails silen...
Users try to upload files (images, documents, etc.) and the upload fails, shows an error, takes forever, or the file seems to upload successfully but then di...
Your application fails when trying to write files to disk, throwing EACCES, EPERM, or permission denied errors. File uploads, log writing, cache storage, or ...
Your Lovable app's file upload feature accepts any file type without validation, potentially allowing users to upload malicious scripts, executable files, or...
Your app fails to start with 'Address already in use' or 'bind: permission denied' error. The port is already bound by another process. Replit may have linge...
Realtime subscriptions are set up but changes made by other users or external updates are not reflected in the UI. The app shows stale data even though data ...
Users can read data from table but cannot insert or update. 'permission denied' error on insert/update despite having select access. RLS policies inconsisten...
Database queries fail with 'new row violates row-level security policy' or 'permission denied' errors. Users cannot read or write to tables despite having au...
You set up SendGrid for sending emails from your Replit app, but every API call returns a 403 Forbidden error. No emails are sent and the error message is of...
Requests to Supabase hang indefinitely or timeout after 30 seconds. Login, signup, or database queries never complete. The app connects fine locally but fail...
Supabase RLS policies deny access with 403 Forbidden errors even for authenticated users. Data queries fail due to row-level security policies, preventing le...
Expert cannot create GitHub forks for fix requests after Cascade modified the GitHub OAuth integration. The fork operation fails with 'permission denied' eve...
Your Bolt.new application fails to upload, read, or delete files from cloud storage. Users get permission denied errors when trying to upload profile picture...