Next.js Discord

Discord Forum

PWA/Native app with getserversideprops

Unanswered
Basque Shepherd Dog posted this in #help-forum
Open in Discord
Basque Shepherd DogOP
I have an existing web app that has a backend with prisma/postgresql and my frontend uses getserversideprops extensively. how can I make a native app for this? it seems like I need to enable output export in my config, but that means that serversideprops won't work, and neither will my clerk auth middleware work.

Is it possible to get this to work?
if not, is there a reccomended way to get a PWA working?

my main reason for trying to make a native/pwa app is so I can get local file access (automatically scan files files in a directory and upload them)

0 Replies