Replies: 14 comments
-
I can reproduce the same issue with IOS and not with Android. Any clue @Tosinkoa ? |
Beta Was this translation helpful? Give feedback.
-
I have the same Issue, cookies are not stored on ios devices |
Beta Was this translation helpful? Give feedback.
-
@Tosinkoa Probably your frontend is loaded from another domain than the backend, so the browser treats the cookie as a third-party cookie. |
Beta Was this translation helpful? Give feedback.
-
Yes you're right |
Beta Was this translation helpful? Give feedback.
-
Hello! |
Beta Was this translation helpful? Give feedback.
-
I have the same Issue
@Tosinkoa |
Beta Was this translation helpful? Give feedback.
-
Please how do I solve it |
Beta Was this translation helpful? Give feedback.
-
Your Frontend and Backend needs to point to same DNS. You should get a domain name and setup the DNS |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
@Tosinkoa Any other way to resolve the issue apart from pointing to same DNS |
Beta Was this translation helpful? Give feedback.
-
You should also make sure you configure your cors properly. |
Beta Was this translation helpful? Give feedback.
-
Thank works thanks @paul Ojo
…On Fri, May 3, 2024 at 11:14 PM Paul Ojo ***@***.***> wrote:
Your Frontend and Backend needs to point to same DNS. You should get a
domain name and setup the DNS
@Tosinkoa <https://github.com/Tosinkoa> Any other way to resolve the
issue apart from pointing to same DNS
You should also make sure you configure your cors properly.
—
Reply to this email directly, view it on GitHub
<#914 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIMZBHAFHJ4OFEINPAODOODZAPV4HAVCNFSM6AAAAAAQZUGVIKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJTGY4TSOJZHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I think the only way to solve issue is only pointing too the DNS hosted my application backend on Render and Node js application on varcel but still not working |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been facing this issue for weeks now, am trying to login to my app on IOS device, it turns out that express-session did not store cookies in the browser, for this reason, I was unable to login. But I was able to login on my android device and laptop. But am still unable to access the app on safari on my android device.
My frontend stack is Nextjs, and Nodejs with express for my backend.
Backend was deployed on heroku and frontend was deployed on netlify
Pls how do I solve this problem. Here is what my code looks like.
============================Server.js=====================================
Beta Was this translation helpful? Give feedback.
All reactions