#next dev quitting without errors/warns in codespaces
15 messages · Page 1 of 1 (latest)
there. next dev keeps quitting with no explanation when running in github codespaces
im not sure where to even start debugging this so figured id ask 
the codespace is just the default one, not sure if anyone's had any success with it?
verify your firebase options
the error says that cookies.signed is set to true with no keys
delete that line or change it to false
It is an issue with firebase not the next dev
its not a firebase error, i tried it with all the .env set up and it still happens
(i did try it out and get rid of that error succesfully, and it still happens. it just happened in that screenshot bc i spun up a new codespace entirely to test it and it still happened)

im still figuring it out but if anyone runs into the same problem feel free to ping
this time is even weirder as it worked for a while and now it just doesnt. out of the blue. i didnt even change anything
what happens when you run with another package manager (npm/pnpm)?