TypeGraphQL-Typegoose-GraphQL-Tutorial icon indicating copy to clipboard operation
TypeGraphQL-Typegoose-GraphQL-Tutorial copied to clipboard

Playground cookie issue

Open sergomet opened this issue 2 years ago • 0 comments

The cookies are absent in the request originating from Playground.

Here is a workaround:

  1. Go to your GraphQl Playground

  2. In the top right corner click on the gear icon (settings)

  3. Change the following

{
-  "request.credentials": "omit",
+  "request.credentials": "same-origin",
}

sergomet avatar Jun 22 '23 06:06 sergomet