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
This page seems to be using some old content from 0.3.x era I guess? I set the preset to node since this filed was already set when I'm using 0.3.x version, and the page still says the default preset is node.
But this causes my server to shutdown shortly after start. After checking the Nitro doc, I finally realized the default preset is node-server not node. And after I remove the preset field, my server is finally running.
I understand this might not be a problem for people using create-solid. But when migrating from older versions, this might cause confusion.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This page seems to be using some old content from
0.3.x
era I guess? I set thepreset
tonode
since this filed was already set when I'm using0.3.x
version, and the page still says the default preset isnode
.But this causes my server to shutdown shortly after start. After checking the Nitro doc, I finally realized the default preset is
node-server
notnode
. And after I remove the preset field, my server is finally running.I understand this might not be a problem for people using
create-solid
. But when migrating from older versions, this might cause confusion.Beta Was this translation helpful? Give feedback.
All reactions