handling 404 json after deployment #14726
-
Conditions
1st Release
2nd Release
After the 2nd release, some of the clients may still run the first version, thus they request Given this scenario, is the end user affected by any issue, except the full page reload? (i.e. any error or inconsistent state) Is there any way to handle these 404 responses more gracefully within the next server? For example intercepting these requests and returning an empty response to the client |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This is expected behavior and ensures that most users are immediately on the newly deployed application which is generally what you want. |
Beta Was this translation helpful? Give feedback.
This is expected behavior and ensures that most users are immediately on the newly deployed application which is generally what you want.