Invalid-session-token
Jsut started the install to Refine. Chose data-provider-nestjs-query, antd, no example pages, and npm intall, auth provider custom I got invalid session token trying to login via github/gooogle on a Windows machine.
**Comment by MEMBER**:Hey @linkscope sorry for the issueI've just opened up a PR to address this issue. Authentication flow was broken due to cookie issues in Safari. I added a small tweak to the proxy tested it in Chrome and Safari, both are working fine
**Trusted Support Staff 8**:But if the project is running with `process.env.NODE_ENV` something other than `"development"`, `<DevtoolsProvider />` will not initialize the connection with the devtools server.
data-provider-nestjs-query``
4. **Using NestJS Query**:
If you are using the nestjs-query import { ContactEntity } from '../entities/contact.entity';
import { InjectRepository } from '@nestjs/typeorm';
import { AuditEntity } from '../entities/audit.entity';
import { AuditAction } from '../enums';
import { InjectPubSub } from '@ptc-org/nestjs-query-graphql';
import { PubSub } from 'graphql-subscriptions';
import { faker } from '@faker-js/faker'; **Community Member 59**: is there a version of the crm dashboard that supports sqllite database? like a github file i can take a look at
**Trusted Support Staff 20**: Please check here: <https://refine.dev/docs/data/packages/nestjs-query/#backend-configuration>