Wasp versions: 0.16.6 → 0.17.1 → 0.16.0 (same errors) wasp clean + rebuild --build-locally (fails with Prisma SIGTRAP error) docker builder prune -a Modified .dockerignore All deployment attempts loop with the same argon2 error
Setup:
Dev: macOS ARM (darwin/arm64) Prod: Fly.io (with the Wasp deploy fly deploy command) Issue: ARM binaries cached/bundled, incompatible with x64 production
The Docker cache (local + remote) seems to persist the wrong native binaries despite clean attempts. Currently running on rollback, but need to fix this for future deployments. Any suggestions for forcing proper x64 argon2 binaries or invalidating the cache completely? Thanks!