Yeah, I made changes in Auth.js
, where the cookie with user’s token is created (I adjusted domain’s URL and added sameSite: "none"
) and I needed also to declare in Strapi’s middleware.js
cors - only cors option. Important was to add both URLs - client and api.
1 Like