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 running main with ftl dev --recreate after the modules are deployed, in a new terminal window run ftl schema get --watch. Then, make a change to echo.go to modify the module triggering a possible schema change (I changed "Hello, %s!!! It is %s!" to "Hellos, %s!!! It is %s!"). Save the file and the ftl schema get --watch will panic.
I think this is leading to other schema update errors elsewhere, but this was the easiest way I could find to reproduce.
When running
main
withftl dev --recreate
after the modules are deployed, in a new terminal window runftl schema get --watch
. Then, make a change toecho.go
to modify the module triggering a possible schema change (I changed"Hello, %s!!! It is %s!"
to"Hellos, %s!!! It is %s!"
). Save the file and theftl schema get --watch
will panic.I think this is leading to other schema update errors elsewhere, but this was the easiest way I could find to reproduce.
The text was updated successfully, but these errors were encountered: