-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cookies cannot be set on macos #2590
Comments
Is your expectation that webviews support cookies? Do they? |
I hope the wails build can also support setting cookies |
Excuse me, have you reproduced this BUG? |
In my opinion, having no cookie support does not posed a critical issue. Since it can be handled by either LocalStorage (which hadn't been an issue for me) or perhaps by the |
It is not recommended to use Wails as a browser. 👀 |
Yeah, Wails doesn't bundle a browser. |
It's a bit strange that cookies are supported in development mode, but not after packaging. This issue doesn't exist on Windows. What could be the reason? I've temporarily switched to using localStorage to work around this problem. |
When you say "development mode", do they work in the app (not the browser)? |
Yes, it works in the application, not in the browser. |
@helloxz - Can you please retest with the latest version. Thanks. |
This looks like an issue. I am not able to set cookies even on windows. It fails both dev and build mode |
Moving all cookie related feedback to #3908 |
Description
I am on the macos platform. I can normally set cookies in dev mode, but setting cookies after build is invalid.
I did a comparison check with debug mode and found this to be the case.
To Reproduce
run
wails dev
okrun
wails build -debug
failedExpected behaviour
Cookies can be set correctly and effectively
Screenshots
No response
Attempted Fixes
No response
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: