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
ftl serve --recreate
info: Starting FTL with 1 controller(s)
info:controller0: Web console available at: http://localhost:8892
info:controller0: Deployed time-79874598af
info:controller0: Deployed echo-827798ce84
error:echo: panic in verb echo.echo: failed to get {echo default}: no such key "default": not found
I'm running serve in one terminal and then in another terminal:
ftl deploy examples/go --log-level=debug
... followed by
ftl call echo.echo
Not sure if this is an issue with my setup, but wanted to record what I saw here since I mentioned it before.
The text was updated successfully, but these errors were encountered:
Yeah, all the commands were running from the FTL repo.
I'm also not able to repro on main currently. Maybe something was up with my local setup at the time, but wanted to record the error just in case since I saw it a couple times. Hopefully, a nothingburger.
This panic:
I'm running serve in one terminal and then in another terminal:
Not sure if this is an issue with my setup, but wanted to record what I saw here since I mentioned it before.
The text was updated successfully, but these errors were encountered: