server icon indicating copy to clipboard operation
server copied to clipboard

iPhone Safari support in SASjs Server

Open allanbowe opened this issue 2 years ago • 0 comments

In building a demo version of Data Controller we noticed an issue when logging in with iPhone.

image

It comes down to this line of code: https://github.com/sasjs/server/blob/main/api/src/routes/web/web.ts#L20

We should find a way to set the cookies in the header, rather than with JS, if indeed this line is necessary.

allanbowe avatar Oct 24 '22 16:10 allanbowe