Sharad K

Results 12 comments of Sharad K

I am a bootstrap user, frustrated with situation of allowing my users to theme their online store (multi-tenant SaaS). Basically, user configures the vars based theme on server side. I...

Thats not the problem, it made no difference with this approach of invoking. I could see faker working with previous approach on console, but data is not persisting when called...

Thanks for opening the issue @thosakwe In order to simplify for you to see the issue, I forked and prototyped the problem. I used default Nedb as well as Postgres...

Server has a `todo` flagged: https://github.com/nextauthjs/next-auth/blob/12a5d6b1f42707e9b5da289e58b2ec5b4de2a60c/src/server/index.js#L47-L50 JWT. GetToken can be custom though: https://github.com/nextauthjs/next-auth/blob/8115a7c66cdb1d86b0d2a0d76b9aa33c2bfaa33b/src/lib/jwt.js#L94-L103 And, for the client: https://github.com/nextauthjs/next-auth/blob/8115a7c66cdb1d86b0d2a0d76b9aa33c2bfaa33b/src/client/index.js#L24-L26 These are the references I found. @iaincollins I can try to fork...

Okay, so I managed to fork and make server-side work! Looking into the client side now... I added to server: ```js const { origin } = absoluteUrl(req) // @todo refactor...

Thanks Iain, yes I am trying to get my head around this. I've been able to work with multiple-domains dynamically, and to do that I forked... modified server to work...

Hi @aldeed is there an interim way for us to use bulk inserts? Need this. Thanks for your help.

New to Medusa, but I didnt see GET store info in Store API, it is only available in [Admin API](https://docs.medusajs.com/api/admin#store_getstore). Therefore proposed this from config.

On Vercel, you require `outputFileTracingIncludes` (add path to the content folder) in next.config with monorepo for dynamic endpoints.

This will be quite useful to have.