#Is it possible to modify a json without building the app again?
8 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
you have to use a external storage service to store that json. vercel kv (or similar redis databases) is a good idea for that
can you link me an example or guide please?
for starters using vercel native stuff is easiest, but it's costly. when you get used to it and your app gains some traction you might want to migrate to a similar redis database like upstash which is a lot cheaper
im about to get stats from another app which is uses a database i think it will be good idea to store the stats in that database and pull it from my next.js app
thank you