Rebuild issue: [Cannot set dual-stack in combination with a custom endpoint.]

I commented out these lines which makes the rebuild run successfully but the site stuck on splash I think because cannot load assets. :thinking: Safe mode same…

  after_assets_precompile:
    - exec:
        cd: $home
        cmd:
          - sudo -E -u discourse bundle exec rake s3:upload_assets
          - sudo -E -u discourse bundle exec rake s3:expire_missing_assets

Any idea? I know it’s a bad timing… :confused:

1 Like