Dinesh Pandiyan

Results 48 comments of Dinesh Pandiyan

@marekryb re: generateUrl there is hardcoded port 4000 That's a tricky one. I think we could use environment variables to identify which server we're running (keystone or next). Perhaps we...

@riccardi1997 do you want to run two servers or one server? If you want a separate API server (Keystone) and a separate Next.js frontent, you would have to run them...

This is from an old nginx conf I had. I don't use it anymore but it might help. Try this. ``` upstream api { server api:8080; # use your own...

I don't think prisma client is the issue. Perhaps you could try to ssh into your docker container and see if you could ping the mysql server to check if...

Hey @zicklag! If you could provide a set of steps to replicate this we could investigate what's going on. Not really sure how to help with something that's possibly an...

Is this a `yarn` version issue? I tried with node@16, node@18 and node@19 in MacOS and things work as you'd expect them to. I'm on yarn v1. Perhaps one of...

Probably one (or a few) of the dependencies is not compatible with yarn 2/3 pnp - https://yarnpkg.com/features/pnp

That'd be nice. PR welcome.