-
Even after we logout from pulpito-ng, the `GH_USER` cookie isn't deleted.
It would be nice to delete this before sending `RedirectResponse` in /logout endpoint on teuthology-api.
Example (chrom…
-
I get an error while using
```
Cookie.clear().then(() => {
console.log('Cookie cleared');
});
```
Npm: 4.2
Node: 7.10.1
React-native-cli: 2.0.1
React-native: 0.50.3
Logs …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
Hello
Could it be possible to save theme in cookies? I've checked that this bool is enough to be changed to make the page start in light theme:
```diff
diff --git a/react-dev/components/app.js b/…
-
I've got cookie based auth but I cannot make it work on my NextJS Project in server components.
Working examples:
1. Working example in server component
```javascript
const getData2 = async…
-
Traceback (most recent call last):
File "C:\MyFiles\App\ChatSydney-react-react\EdgeGPT\conversation.py", line 121, in create
self.struct = response.json()
^^^^^^^^^^^^^^^
…
-
Hi, I have read on similar issue about logging out and the solution provided was to clear cookies using react-native-cookies. I have tried to use react-native-cookies and it is working perfectly on an…
-
### Link to the code that reproduces this issue
https://github.com/padupuy/nextjs-server-action-cookies-middleware-bug
### To Reproduce
In dev mode :
1. Create a middleware.ts and attach a cookie…
-
I have a React application that triggers the `init` function on mount:
```
const mixpanelInitOptions = {
token:
process.env.NODE_ENV === Environments.Prod
? process.env.REACT_APP_MP…
-
run yarn add react-native-cookies add link,
package.json: "react-native-cookies": "^3.3.0",
but iOS code not update:
RCT_EXPORT_METHOD(set:(NSDictionary *)props
resolver:(RCTPromiseResolveB…