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
When it is set to 'spa' the page is rendered blank.
I realize that windows is not yet supported but I spent a lot of time trying to get the zero example working on windows. I was able to narrow the problem down to the fact that the default render mode of 'spa' was the problem.
Changing it to 'ssg' the application started working. I'm hoping this bug report may help other people who are trying to test functionality on windows until you are able to resolve this issue.
Expected Behavior
I expected to install one using npx one and install the zero example and have it work with windows like the basic example. The basic example uses ssg while the zero version is set to spa.
One Version
"one": "1.1.446"
Platform (Web, iOS, Android)
Windows (Web, desktop, ios)
Reproduction
Change the default render mode in vite.config.ts to
defaultRenderMode: 'spa'
and the application will not work. Then change it to
defaultRenderMode: 'ssg'
and the application works again.
Current Behavior
When it is set to 'spa' the page is rendered blank.
I realize that windows is not yet supported but I spent a lot of time trying to get the zero example working on windows. I was able to narrow the problem down to the fact that the default render mode of 'spa' was the problem.
Changing it to 'ssg' the application started working. I'm hoping this bug report may help other people who are trying to test functionality on windows until you are able to resolve this issue.
Expected Behavior
I expected to install one using npx one and install the zero example and have it work with windows like the basic example. The basic example uses ssg while the zero version is set to spa.
One Version
Platform (Web, iOS, Android)
Reproduction
System Info
The text was updated successfully, but these errors were encountered: