React ve Node JS e bağlantı kuruyorum abilerim doğru fakat session oluşturmuyor ayarlarım doğru olmasına rağmen localhost: 3000'den istek atınca oluşuyor fakat localhost: 5000 de Node JS projem oraya istek atınca session yok görünüyor neden böyle ne yapabilirim?
Hangi authentication methodunu kullanıyorsun. Genelde JWT kullanılıyor. Nodejs tarafına session token gönderiyor musun? Gönderiyorsan JWT parse ederek kullanıcıya ulaşabilmen gerekiyor.
JWT dışında farklı bir method kullanıyorsan onlarıda belirtmen gerekiyor ki daha fazla yardımcı olabilelim.
Eğer bu konulara uzaksan alttaki bağlantılardan authentication ve authorization konularına bakabilirsin.
MongoDB [https://www.mongodb.com/docs/], Express [https://expressjs.com/en/starter/installing.html], React [https://react.dev/learn], and Node.js [https://nodejs.org/en/docs] are the components of the MERN stack, one of the most widely used web development stacks out there today. The MERN stack...