Luke Vella
Luke Vella
Hi folks, so is changing the base image necessary or is it enough to add `binaryTargets = ["native"]` to `schema.prisma`. I'm keen to close this issue so if you have...
I just pushed #387. Can anyone tell me whether this works on an arm machine? Please checkout the `arm-support` branch. To build and run the local project with docker compose:...
> @lukevella I can confirm it does work on `arm64` using the `arm-support` branch, tested on a RaspberryPi 4. Amazing! Thank you. In case there are any other issues relating...
> @lukevella you could consider building and pushing images for arm64 using QEMU. That makes sense! Thanks for pointing that out 👍
Thanks, everyone for your help with this. I noticed that the workflow is taking much longer to build a multi-platform image (over an hour). I've opened #391 to try to...
@nebulade, is this a new issue in `3.2.0`?
I don't think it's likely to be that. Do you know what the last working version was?
I suspect there is some way to fix this but I'd need some steps to be able to reproduce it. Are you able to provide that?
Ah right that makes sense. You will need to set `NEXTAUTH_URL` as well to the same value as `NEXT_PUBLIC_BASE_URL`. Annoyingly this env var is required by next-auth. I didn't want...
I'll try to change how this is handled so that it doesn't require you to add `NEXTAUTH_URL` as well though but for now that could be a quick fix.