https://supertokens.com/ logo
Title
p

productdevbook

01/08/2023, 4:55 AM
supertokens + apollo graphql example used ?
r

rp

01/08/2023, 5:18 AM
Hey @productdevbook
See our docs for graphql integration guide.
p

productdevbook

01/08/2023, 5:31 AM
ts

const httpLink = createHttpLink({
  uri,
  credentials: 'include',
  fetch,
})
this that s true ?
empty header
cors fixed but dont added
r

rp

01/08/2023, 6:15 AM
This seems to be an issue with your backend. Please check the server code.
Make sure to do supertokes.init before createHttpLink
p

productdevbook

01/08/2023, 6:16 AM
yes before init used
supertoken.init and vue same adress used fixed
thank you