I have a query we have recently (finally...) gone live with a few forms. Whilst pick up is slow I am monitoring each call we get for errors and this one came up. I haven't seen it before and would like to better understand it.
If I am reading it correctly the user was navigated to the POSTFORM page before navigating back to the FORMDETAILS page. At which point the error was logged as "ERROR Server Error: null" due to "Info: user request is out of synch with current page/form - redisplaying":
If I was to guess I would say they used a back-button or something like that? The POSTFORM page has no navigation buttons at all, only a few external links.Thu Jan 15 19:21:39: INFO Start of page POSTFORM
Thu Jan 15 19:21:39: INFO <-- Displaying page FORMDETAILS
Thu Jan 15 19:21:39: Info: user request is out of synch with current page/form - redisplaying
Thu Jan 15 19:21:39: ERROR Server Error: null
Thanks,
Alex