Blake Mulnix
Blake Mulnix
Also just ran into this issue and `sst bind next build` doesn't solve the issue. To get deployed I removed the usage of the new secret, deploy, add back in...
I just tried this again to be sure and it did fail. So here's another replication if it helps: Here's my the relevant chunk of my `sst.config.ts` file: ```typescript const...
@jayair Here is a [repo](https://github.com/blakemulnix/sst-bind-bug-repro) I created to reproduce. I left the steps I took in the README for ya'll.
No problem, glad to help! SST is awesome. I rave about it to anyone that will listen 👍🏻 So I'm running `yarn dev` which is running `sst bind next dev`...
It seems to be a version issue to me but I am not entirely sure. This error went away using the following versions: ``` "dependencies": { "@heroicons/react": "^2.0.18", "@material-tailwind/react": "latest",...