Open rbarbazz opened 4 weeks ago
I encountered a couple of issues when running the app locally, which this PR addresses:
Fix for MacBook M1 build issue (commit: 81dbccacca90818f9377e26609afb7e081179d5d, closes #3315):
runner
Fix for Redis connection error (commit: f7ae2a44c7793774debe8cff1f676020de83308f):
docker compose up api content-fetch
omnivore-api | [ioredis] Unhandled error event: Error: connect ENOENT %27redis://redis:6379%27 omnivore-api | at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
REDIS_URL
@rbarbazz is attempting to deploy a commit to the omnivore Team on Vercel.
A member of the Team first needs to authorize it.
I encountered a couple of issues when running the app locally, which this PR addresses:
Fix for MacBook M1 build issue (commit: 81dbccacca90818f9377e26609afb7e081179d5d, closes #3315):
runner
stage, so it should not affect the current build pipeline.Fix for Redis connection error (commit: f7ae2a44c7793774debe8cff1f676020de83308f):
docker compose up api content-fetch
, I encountered this error:REDIS_URL
fixed the issue. Edit: I just noticed there's already another PR that implements this fix https://github.com/omnivore-app/omnivore/pull/4378, happy to revert.