-
Hello, In the 'Generating Content', I was running into an error when trying to generate the Choice model.
I was getting an error in my terminal, What worked for me was removing the FWIW, this is my first time trying out Blitz and I haven't worked with SQLite in the past much. I'd be glad to provide any further information if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @virenb! Unfortunately that is expected behavior with zsh because zsh doesn't like the brackets. The solution is to wrap it in quotes like That's definitely sub-optimal and we should try to find a way to do this that works on all terminals. I created an issue for this: https://github.com/blitz-js/blitz/issues/724 |
Beta Was this translation helpful? Give feedback.
Hey @virenb! Unfortunately that is expected behavior with zsh because zsh doesn't like the brackets. The solution is to wrap it in quotes like
"votes:int:default[0]"
.That's definitely sub-optimal and we should try to find a way to do this that works on all terminals.
I created an issue for this: https://github.com/blitz-js/blitz/issues/724