You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I observed with @tobiasnteireho is that when a document is rendered with SSR for assembly or preview, it works the first time, but subsequent calls fail because the server has been torn down.
I am happy to pair with whoever picks this up so I can help them reproduce it.
The text was updated successfully, but these errors were encountered:
Slack thread for context: https://cali.slack.com/archives/C069V9TTN/p1639757244068800
Steps to reproduce:
Remove the
.skip
from a preview test, e.g.a2jdat/test/routes/preview.js
Lines 29 to 30 in 6f59824
Run the tests (
npm test
)Expected results: tests would pass.
Actual results: all the tests pass except this preview test.
Note that if you skip this test, then the preview test will pass:
a2jdat/test/routes/assemble.js
Lines 26 to 42 in 6f59824
What I observed with @tobiasnteireho is that when a document is rendered with SSR for assembly or preview, it works the first time, but subsequent calls fail because the server has been torn down.
I am happy to pair with whoever picks this up so I can help them reproduce it.
The text was updated successfully, but these errors were encountered: