Adam Rais

Results 5 comments of Adam Rais

Since as you mentioned Heroku stopped offering a free tier Mongodb instance, you can instead signup for a free tier instance over here https://cloud.mongodb.com. Once you have setup the MongoDB...

@jswetzen Any updates on merging this PR? I would like to use this for setting up iMessage. Thanks.

Any update on solving this issue?

I had the same issue and solved it with @dario-piotrowicz recommendation. ``` import { getOptionalRequestContext } from '@cloudflare/next-on-pages' export const d1 = getOptionalRequestContext()?.env.DB; ``` ``` const db = d1 ?...