Ben Kraus
Ben Kraus
Just thought I'd share the situation I'm in: I'm in an interesting place currently, where I have a view that needs to have multiple lists of things, very low counts...
would this affect pie charts not working? I'm having issues there :(
I'm on 3.11.11. Will try latest and seeing if I can repro there. ``` const appRouter = $app.stage === 'dev' || $app.stage === 'prod' ? new sst.aws.Router('AppRouter', { domain: {...
Unable to repro on 3.12.3, just gonna close this as 'fixed', NICE WORK
Sigh. just started getting the error again. Upgraded to 3.12.3, did a dev stage deploy, went back and did a local `dev` run and getting the error again :(
hm, so I just created a new project, on v3.13.7. Created a router as above, deployed the `dev` stage. Then, I grabbed the id from the console, filled in the...
Yup, hit this again, brand new project, 3.14.12 😫
I got tired of readding the tag... added this to my router and called it a day: ``` transform: { cdn: { tags: { 'sst:ref:version': '2', }, }, }, ```
_still happening on 3.17.14_