Aleksandra

Results 94 comments of Aleksandra

Hey @paulm17, I tested the `Page.redirectAuthenticatedTo, Page.authenticate` methods with both strings, route objects, booleans, but it seems to work correctly. I'm using the latest blitz — 2.0.0-alpha.67. However, I did...

Hey @paulm17, So I again tried to reproduce it but everything works fine for me. Here's an example app: https://github.com/beerose/blitz-alpha-auth-redirects-demo (it's a brand new blitz app with modified index.tsx and...

Sure, take your time! In the meantime, I'll move this issue to a `to do` column since it doesn't seem like a blocker for the beta release as it works...

Sure @ganeshmani! Can you tell us which example you'd like to convert? I think that since there are many of them then many people can work on this issue and...

Hey @Himanxu1, @mrcampbell ! I'm very sorry for the late reply. So there are two ways to upgrade the example apps: 1. You can use the codemod: https://alpha.blitzjs.com/docs/upgrading-from-framework — it...

Adding some notes on making `@blitzjs/rpc` work without `@blitzjs/auth`: What we need to do: 1. Hook up auth types into the rpc package instead of importing them from `@blitzjs/auth`. For...

Hmm, `zod` is not a core element of Blitz, and in my opinion, it's one of the things that can be super easily removed and replaced. I'm not very fond...

> @beerose #3595 Seems to be the same problem? Yes, it looks like it. I think this issue is not related to refetchInterval, but the result (infinite requests) is the...

Hey @Himanxu1, I think @pivotrooky meant that he was already assigned to this issue :) In general, it's helpful to look at the discussion and see if someone was already...