Can you run the Encore daemon in a separate terminal? Most likely it’s panicking or crashing for some reason.
To do so, run encore daemon -f
in a separate terminal and keep that running while you execute encore run
, and then paste the output here.
@andre your suggested solution still produces the same result
running encore encore daemon -f
produces this
Is that before or after running encore run
in the original terminal?
I run encore daemon -f
in a separate before running encore run
in the original terminal
@andre figured out the error. Was from my code supposed to return a struct from one on the private endpoints instead of an array. Thank you.
@andre why doesn’t encore run like other frameworks and log the error when you are starting it instead ?
Glad you got it sorted out! It absolutely should log an error, the fact that it doesn’t is a bug. Will investigate and fix. Thank you!