Adam Rais
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 updates on pre trained model?
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 ?...