Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cat Application does NOT use GCS for images #1478

Open
palladius opened this issue Sep 9, 2024 · 1 comment · May be fixed by #1479
Open

Cat Application does NOT use GCS for images #1478

palladius opened this issue Sep 9, 2024 · 1 comment · May be fixed by #1479
Assignees
Labels
samples Issues that are directly related to samples.

Comments

@palladius
Copy link

If you run the tutorial in .... it will use local storage, not GCS.

Found the bug:

# config/production.yaml
config.active_storage.service = :google
[..]
config.active_storage.service = :local

the file contains both the right and the wrong config. I presume it doesnt work since LOCAL comes second and overwrites the :google one. Let me fix that.

@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Sep 9, 2024
palladius added a commit that referenced this issue Sep 9, 2024
fixes #1478 

Note there are TWO configs and we want :google for GCS to work.
@palladius palladius linked a pull request Sep 9, 2024 that will close this issue
3 tasks
@glasnt glasnt assigned glasnt and unassigned dazuma Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants