You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the Heroku one-click deployment. There was one hiccup where I had to remove REDISCLOUD and instead use MEMETRIA for redis. The reasoning was because REDISCLOUD currently is using Redis 6.x, and it looks like it needs to be running 7.x which isn't currently supported.
Once we figured that out, we're seeing that there are issues with uploading images to products.
It seems to try to upload, but there's a background job that's running into an error:
2024-02-23T17:10:14.258331+00:00 app[worker.1]: E, [2024-02-23T17:10:14.258090 #2] ERROR -- : [ActiveJob] [ActiveStorage::AnalyzeJob] [9c106b2d-9387-44c0-89de-5ef223fd6fb1] Error performing ActiveStorage::AnalyzeJob (Job ID: 9c106b2d-9387-44c0-89de-5ef223fd6fb1) from Sidekiq(default) in 350.4ms: ActiveStorage::FileNotFoundError (ActiveStorage::FileNotFoundError):
Any help would be appreciated. Thanks!
EDIT: Adding some more info. If I remove Bucketeer from the resources (so that it uses local storage), it errors out as well, but the error messages don't seem to be very helpful either:
I should also note that I've tried running this locally, and i'm able to upload. I've switched the development environment to do amaon s3 uploads, and that also works fine locally. It's just on Heroku that it seems to be an issue.
The text was updated successfully, but these errors were encountered:
Hello,
We are using the Heroku one-click deployment. There was one hiccup where I had to remove REDISCLOUD and instead use MEMETRIA for redis. The reasoning was because REDISCLOUD currently is using Redis 6.x, and it looks like it needs to be running 7.x which isn't currently supported.
Once we figured that out, we're seeing that there are issues with uploading images to products.
I've attached the logs from the Heroku app:
cmra-spree-store-logs-1708708255018.txt
It seems to try to upload, but there's a background job that's running into an error:
Any help would be appreciated. Thanks!
EDIT: Adding some more info. If I remove Bucketeer from the resources (so that it uses local storage), it errors out as well, but the error messages don't seem to be very helpful either:
I should also note that I've tried running this locally, and i'm able to upload. I've switched the development environment to do amaon s3 uploads, and that also works fine locally. It's just on Heroku that it seems to be an issue.
The text was updated successfully, but these errors were encountered: