Closed
Bug 1064355
Opened 11 years ago
Closed 11 years ago
/contribute.json still not accessible on stage or prod
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
102
People
(Reporter: peterbe, Unassigned)
Details
According to http://mzl.la/NuW9Zi this commit https://github.com/mozilla/socorro/commit/82d34f64b14472372923179a17915f914d543167 has been deployed on both stage and prod.
However, it fails on both https://crash-stats.allizom.org/contribute.json and https://crash-stats.mozilla.com/contribute.json
Comment 1•11 years ago
|
||
after a build the path settings.ROOT/.. won't locate the top-level contribute.json file. This could be implemented a few different ways. Here are three that would work:
1. move contribute.json into the webapp dir
2. add a build step to copy it into the webapp dir
3. move it into the webapp dir and create a symlink from the project root (brittle, especially on windows)
Reporter | ||
Comment 2•11 years ago
|
||
I vote for #2. Not sure how to do it.
Reporter | ||
Comment 3•11 years ago
|
||
What do you think of option #2 Trevor? Something you can code up whilst cooking breakfast?
Flags: needinfo?(tbramwell)
Reporter | ||
Comment 4•11 years ago
|
||
Flags: needinfo?(tbramwell)
Comment 5•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/10f547020ecd25391107173ad38104ae761dd158
fixes bug 1064355 - /contribute.json still not accessible on stage or prod
https://github.com/mozilla/socorro/commit/ec185915e0fa5c57d32a256f599964f2dc176a86
Merge pull request #2341 from peterbe/bug-1064355-contributejson-still-not-accessible-on-stage-or-prod
fixes bug 1064355 - /contribute.json 404ing on stage and prod
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 102
You need to log in
before you can comment on or make changes to this bug.
Description
•