Ajani Bilby

Results 22 comments of Ajani Bilby

These two lines [sitemaps.ts:150](https://github.com/fedeya/remix-sitemap/blob/f0a6e9abd484e4b093aa9fd9351bf1ff58508c57/src/builders/sitemap.ts#L150), [sitemaps.ts:167](https://github.com/fedeya/remix-sitemap/blob/f0a6e9abd484e4b093aa9fd9351bf1ff58508c57/src/builders/sitemap.ts#L167), while they are not the direct cause, they will exassurbate the issue, because it means it will attempt to run the `sitemap` function for every...

With further testing this issue does occur when using ```ts prisma = getClient(); ``` Instead of ```ts if (!global.__db__) { global.__db__ = getClient(); } prisma = global.__db__; ``` Which implies...