Having troubles with Session Cookies with any browser other than Chrome on Mac
Hello , I built a new web app that asks users to log in and that stores an access _token in a session Cookie . It works well on Chrome in Mac (the one I used to build the web app ) , in normal and incognito mode , but when I use any other browser , the API calls I make contain an empty access _token . I tried on iPhone with Chrome , Safari and Firefox , as well as Safari on Mac , none work with my session Cookie . Note that I 'm using the preview of the App . Is there any specific configuration I should do ? Thanks . Benjamin β 1Having troubles with Session Cookies with any browser othe than Chrome on Mac Having troubles with Session Cookies with any browser other than Chrome on Mac Hi ! The setup should work the same in all browsers , if configured correctly . Without screenshots of the auth flow it is hard to do troubleshooting . . . My best guess is that you don 't use the "On success " branch of the set session cookie node correctly . Can you share a few screenshots of the flow ? π1The nodes don 't wait for each other π1