Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from 0.70.0 to 0.71.0 breaks functionality to get cookie with httpOnly enabled on iOS #246

Open
1 task done
jacmGlobant opened this issue Aug 17, 2023 · 0 comments
Labels

Comments

@jacmGlobant
Copy link

Environment

System:
OS: macOS 13.5
CPU: (10) arm64 Apple M1 Pro
Memory: 101.48 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.5.0 - /opt/homebrew/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 9.8.0 - /opt/homebrew/bin/npm
Watchman: 2023.08.07.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.12.1 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0
Android SDK: Not Found
IDEs:
Android Studio: 2022.1 AI-221.6008.13.2211.9619390
Xcode: 14.0.1/14A400 - /usr/bin/xcodebuild
Languages:
Java: 11.0.18 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.0 => 0.71.0
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found

Things I’ve done to figure out my issue

I used the upgrade helper, I updated dependencies with npm, clean all, erased all node_modules and installed again, and the same
with cocoapods (delete all and i tried with deintegrate too)

Upgrading version

0.70 to 0.71

Description

I have an issue to get the cookie with httpOnly enabled, the problem seems is with WKHTTPCookieStore library no get the cookie (i tried buidl my own implementation and with react-native-cookie and nothing worked)
and with RN 0.70 is working normally, at the beginning i thought that was a problem with something in iOS but i check all the changes done with iOS and all seems that is the same with RN version 0.70 there aren't a meaningful change to broke this library

I appreciate any information that you can share with me, i need this functionality to be able to migrate to 0.71 and later versions

Reproducible demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant