Hello guys I'm still having an issue with the foll...
# support
j
Hello guys I'm still having an issue with the following error on my browser console while still not being able to display images on my solidus demo site. While this might not be a solidus issue. Im curious how you guys may have come about this issue. Thanks. The following is the code for the
Copy code
config/storage.yml

digitalocean:
  service: S3
  endpoint: <https://sfo3.digitaloceanspaces.com>
  access_key_id: <%= Rails.application.credentials.dig(:digitalocean, :access_key) %>
  secret_access_key: <%= Rails.application.credentials.dig(:digitalocean, :secret) %>
  bucket: bizdigitalspaces
  public: true
  region: unused
w
images on DO space have
public
permissions?
j
Hello, yes , I set
Copy code
pubic
at the time of creating the digital ocean spaces
w
i’ve the same environment, maybe your error is not related to storage.