Next.js Discord

Discord Forum

transmit or transfer the data from one app to another

Unanswered
Citrine Wagtail posted this in #help-forum
Open in Discord
Citrine WagtailOP
Hey so i have two apps both are using next 14 app routing, one is like a main or landing page and the other one is the dashboard, so i have authentication all setup on the main web along with the userContext, all the sessions nd all, so i want to transfer the user data to the dashboard one so that i can display the user data in the sidebar which i have created,
please if you guys can help me out id appreciate.., if there is a thing in next js to do so...

3 Replies

Citrine WagtailOP
helpp please
1) Why do you have separate nextjs apps for the two things? :/
2) Are you not using a database, just hook it up to both. Best idea would be doing database sessions at this point imo. Session handling from different domains might be a hassle but i dont have experience in this particular thing so i dont know.
3) Your user context etc cant be transferred (again from my knowledge). Those are two different apps.

So yeah you need a database, and preferably a hosted auth system or a auth system that can handle database sessions.