Dillon Raphael

Results 24 comments of Dillon Raphael

> It seems Passport.js integration is broken. I tried to refactor a legacy Blitz app to `v2` and after a lot of plumbing and several hours, I decided to give...

Yup, we're aware of this. Currently we're tinkering on the best approach to this.

As reference https://github.com/blitz-js/blitz/issues/3625

Thanks for the issue @lhocke Going to take a look at this for beta release

> Comparing `_App.tsx` from a project using Blitz v0.54 and another from v2.0.0-beta.2, I noticed the `getLayout` function was not being created. Adding that, I was able to get layouts...

Can you share a little more context? I notice you're using windows. So I'm wondering if it's happening with a fresh blitz install on windows?

I see. So you're getting the issue with the default index page that blitz generates for you? I ask, because I haven't had an issue running on osx

`setupBlitzServer` inside `app/blitz-server.ts` has an `onError(e)` property. There's a PR opened for this in the docs but hasn't been merged yet https://github.com/blitz-js/blitzjs.com/pull/750

Ah I see what you mean. @flybayer any thoughts on this?