Open
Description
As described in #1252, panels can sometimes come back with this error:
Data for this panel isn't available anymore. Please reload the page and retry.
This is made more likely by stateless execution environments such as AWS Lambda - if the request that generates the state is handled by a different lambda than the request that fetches the state (which can happen frequently), this error will appear.
We can improve matters by storing panel state in the database and looking it up when the panel JS requests it.