Joe
Joe
Working on a fix, hope to have it finished soon.
You're maybe missing the `.git` directory?
The `.git` directory needs to be present in the directory from which you compile the binary, as the build script needs to pull version information from git.
That is weird, thanks for running it down I can probably just push out a new build.
Doesn't seem like I should have to force dynamic rendering for every page just to use CSP, so still seems like a bug? @AlexBueckig would you be able to link...
btw, adding `export const dynamic = "force-dynamic"` doesn't seem to have any affect for me :-/
Okay for anyone else that sees this, I figured it out. I had `"use client"` in my `layout.tsx` which means the nonces are never inserted even if you use force-dynamic
TBH I'm not sure, this looks like it should be enough arguments to get a working binary. I'd recommend taking a look at the default settings in the golang client...
Recommend using the v1.6 branch (i.e., `master`) if you need a modern version of Go, it has updated gvisor and everything.
We should probably add a general feature to pas GO ENV vars