Conversation
Contributor
|
Perhaps the safest way to deal with this error would be to roll back the
app to a version that was able to in fact start up. Could be done via
Heroku's UI, or in GitHub, reverting the most recently-merged PRs (starting
with the Dependabot PRs merged in yesterday).
…On Fri, Feb 3, 2023 at 9:25 AM Britta ***@***.***> wrote:
What github issue is this PR for, if any?
None, but our app isn't working right now.
Bugsnag email says:
Couldn't find Active Storage configuration in
/tmp/build_cad5e0bc/config/storage.yml
StackOverflow says that adding this file worked for somebody else (
https://stackoverflow.com/questions/52978340/heroku-couldnt-find-active-storage-configuration-in-app-config-storage-yml-r
).
What does this code do, and why? How is this code tested?
Ideally somebody else should test this before merging.
Are any database migrations required by this change? Are there any
configuration or environment changes needed? Screenshots please :)
------------------------------
You can view, comment on, or merge this pull request online at:
#770
Commit Summary
- 13970f6
<13970f6>
Create storage.yml
File Changes
(1 file <https://github.com/doubleunion/arooo/pull/770/files>)
- *A* config/storage.yml
<https://github.com/doubleunion/arooo/pull/770/files#diff-188abe2a4493506d81577fbbee0b279b889e59f50d509402fbbfb620c8e58780>
(34)
Patch Links:
- https://github.com/doubleunion/arooo/pull/770.patch
- https://github.com/doubleunion/arooo/pull/770.diff
—
Reply to this email directly, view it on GitHub
<#770>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTK4XIUQ5QXIXQVROXHCNDWVU5QFANCNFSM6AAAAAAUQQF5OU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Contributor
Contributor
|
Superceded by #771 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What github issue is this PR for, if any?
None, but our app isn't working right now.
Bugsnag email says:
StackOverflow says that adding this file worked for somebody else (https://stackoverflow.com/questions/52978340/heroku-couldnt-find-active-storage-configuration-in-app-config-storage-yml-r).
What does this code do, and why?
How is this code tested?
Ideally somebody else should test this before merging.
Are any database migrations required by this change?
Are there any configuration or environment changes needed?
Screenshots please :)