Matt Kinnersley

Results 9 comments of Matt Kinnersley

> Is there an issue related to this? If not let's open one so I can assign it to have this looked at. @jayair I didn't create an issue because...

Yeah you're right, `response_type='code'` works 👍

Getting the same tunnel error with the following config: ```ts /// export default $config({ app(input) { return { name: "sst-zero", removal: input?.stage === "production" ? "retain" : "remove", protect: ["production"].includes(input?.stage),...

> @mattkinnersley was it working for you before? What happens when you run the install command again? This is the first time I've tried it out and it isn't working....

This was fixed with @thdxr's help. It was because my users name had a `.` in it which messed up something in the `sst tunnel` command. I believe a fix...

I am also noticing full page reloads when using `ListBoxItem` and `createLink`

Having this issue too - upgrading from tanstack router to tanstack start SPA mode is proving difficult.

If you run into this, do the monkey patch like @onhate says and you should see what your real error is. For me, the file was located in `.sst/platform/node_modules/@pulumi/pulumi/cmd/run/run.js`. I...