LoginOverlay redirect

Hello.

I’m using a LoginOverlay component to create my login page. However, I’m not able to redirect the user after login unless I use the server-side navigation.

Is this the only way that I can do it?

Thank you in advance!
Tiago

Hi Tiago,

I guess that is the only way to do it. The server-side should do the ‘authentication’, so the server-side will know where to redirect the user to.

Stuart.

Stuart Robinson:
Hi Tiago,

I guess that is the only way to do it. The server-side should do the ‘authentication’, so the server-side will know where to redirect the user to.

Stuart.

I think it makes sense. Thank you, Stuart!