Exception Details
- Class
ActionController::ParameterMissing- Location
app/controllers/users_controller.rb#user_params- Message
- param is missing or the value is empty: email
- Status
- Open
- First Seen
- Sep 12, 2026 5:42 AM
- Last Seen
- Sep 24, 2026 5:04 AM
- Total Seen
- 7
- Stored Occurrences
- 7
- Preserve
- No
Most Recent Backtrace
-
./users_controller.rb:47in user_params
-
./users_controller.rb:22in create
Occurrences
| Occurred At | URL | Method | Environment |
|---|---|---|---|
| Sep 24, 2026 5:04 AM | /users | POST | production |
| Sep 22, 2026 5:37 AM | /users | POST | production |
| Sep 20, 2026 5:12 AM | /users | POST | production |
| Sep 18, 2026 5:19 AM | /users | POST | production |
| Sep 16, 2026 6:07 AM | /users | POST | production |
| Sep 14, 2026 5:43 AM | /users | POST | production |
| Sep 12, 2026 5:53 AM | /users | POST | production |
Total of 7 record(s).
Page 1 of 1
Raw Data
# Exception: ActionController::ParameterMissing
## Summary
- Class: ActionController::ParameterMissing
- Message: param is missing or the value is empty: user
- Location: app/controllers/users_controller.rb#user_params
- Status: open
- Preserved from cleanup: no
- Fingerprint: a825c5cf1123b896499c32009968208dc6bcf2dcac422cf1d94db8157e781aa4
## Frequency
- First seen: 2026-09-12 05:42:47 UTC
- Last seen: 2026-09-24 05:04:58 UTC
- Total occurrences (lifetime): 7
- Stored occurrences: 7 (older rows may have been pruned by retention)
- Last 24 hours: 1
- Preceding 7 days: 3
## Deploys
- Deploy SHAs seen: c2d3e4f, u6v7w8x, y9z0a1b, m0n1o2p, q3r4s5t
- Earliest stored occurrence deployed at: c2d3e4f
## Request context
- Environments: production
- Endpoints:
- POST /users
## Request params (filtered)
```json
{
"controller": "users",
"action": "create"
}
```
## Backtrace (occurrence at 2026-09-24 05:04:58 UTC)
```
1. [gem] users_controller.rb:47:in `user_params'
2. [gem] users_controller.rb:22:in `create'
3. [gem] application_controller.rb:8:in `call'
```