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
On Nuxt SSR, using defaultOpen gives a fatal 500 error.
Document unavailable on the server should be the culprit here. If I set { ssr: false } on the route that uses the defaultOpen drawer, everything works smoothly
The text was updated successfully, but these errors were encountered:
On Nuxt SSR, using
defaultOpen
gives a fatal 500 error.Document unavailable on the server should be the culprit here. If I set
{ ssr: false }
on the route that uses thedefaultOpen
drawer, everything works smoothlyThe text was updated successfully, but these errors were encountered: