Talal Toukan
Talal Toukan
We are experiencing the same issue. Please re-open this issue.
Where does one see which endpoint the backend is serving on? In my server/src/index.js file I have the following: ``` const server = new GraphQLServer({ typeDefs: './schema.graphql', resolvers, context: req...
Sorry, I forgot to mention that I have this at the end of my file: `server.start(({port: 3000, endpoint: process.env.PRISMA_SECRET}) => console.log('Server is running on http://localhost:3000'))`