Closed
Bug 1302997
Opened 9 years ago
Closed 9 years ago
Crash Not Found on every crash in stage
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
Since we deployed https://github.com/mozilla/socorro/pull/3452 it now breaks every report index page with "Crash Not Found".
Most likely a configuration issue unforeseen.
| Assignee | ||
Comment 1•9 years ago
|
||
Here's the culprit:
691c691
< 'secret_access_key': config('secrets.boto.secret_access_key', ''),
---
> 'secret_access_key': config('resource.boto.secret_access_key', ''),
| Assignee | ||
Comment 2•9 years ago
|
||
I manually edited this in /data/socorro/webapp-django/crashstats/settings/base.py and ran `sudo systemctl restart socorro-webapp`. Now report index pages work on stage.
| Assignee | ||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/36a958c4d38d733556b61a3e2d006e2368e6804b
fixes bug 1302997 - Crash Not Found on every crash in stage
https://github.com/mozilla/socorro/commit/a569d0ec4a69eefac7571037197a23d7e58e0a7b
Merge pull request #3466 from peterbe/bug-1302997-crash-not-found-on-every-crash-in-stage
fixes bug 1302997 - Crash Not Found on every crash in stage
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•