Sushant
Results
3
comments of
Sushant
hi, @KhairulHabibSamaon any resolution/alternate you found on this issue?
Checkout if the cookie in authController is set with secure:true `res.cookie('jwt', refreshToken, { httpOnly: true, sameSite: 'None', secure: true, maxAge: 24 * 60 * 60 * 1000 });`
I do have this code and would like to understand how to access the environment variable in this function on cloudflare pages. Can somebody please help? ``` import { createCookieSessionStorage...