-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
This problem might be with hypernova-python plugin. The error gets stuck inside "results" and not at the base dictionary. Eventhough I get the response that everything is OK, the SSR failed.
This is a snippet of the JSON returned from https://github.com/ornj/hypernova-python/blob/master/hypernova/__init__.py#L79
{
"success": True,
"error": "None",
"results": {
"Components.App": {
"name": "Components.App",
"html": "None",
"meta": {
},
"duration": 310.156114,
"statusCode": 500,
"success": False,
"error": {
"name
":"
ReferenceError ",
"message": "window is not defined",
"stack": [
"ReferenceError: window is not defined",
"at useMediaQuery (/mnt/persist/www/signalisten/shared/ssr/frontend/ssr_frontend/utils/useMediaQ
uery.js: 37: 25)
",
]
}