MarcPP
MarcPP
Explore posts from servers
TTCTheo's Typesafe Cult
Created by MarcPP on 2/21/2024 in #questions
Best practices for backend releases while there are active sessions with stale frontend bundles
What are the best practices on how to deal with backend releases if there are still users using the app with stale frontend bundles. I've considered adding a custom header to the TRPC and check against it in the frontend but was wondering if there are any other solutions/resources about this topic around
4 replies
TtRPC
Created by MarcPP on 2/21/2024 in #❓-help
How to deal with breaking backend version releases during active session?
What is the best practice to deal with errors that occur if the backend changes but the frontend bundle ist stale? We are using NextJS using SST with an AWS Lambda backend.
1 replies