@dorian that’s a super interesting bug – I can take a look at it later tonight (in a few hours) if it doesn’t resolve itself! Could you invite me to the project? It sounds like one of your dependencies must be using vim and piping the inputs/outputs possibly into a script? Edited: the project doesn’t seem to be loading for me – @dorian is that what you mean when you say that it isn’t working anymore? Also, welcome to the Glitch community!
I noticed that also! Usually when I get the error that a project won’t load it’s because of something wrong in the server.js or the package.json but these VIM warnings might be a clue that something different is going on. I’m not finding any errors related to Airtable when I google the vim errors but hopefully some more poking around will turn something up.
UPDATE: If you open the console you’ll see an open vim process running?? I was able to close it using the standard :q![enter] command but it just opened back up again
Yeah it just the standard console (full page or partial, nothing custom) – even when I quit out of the vim terminal, it would just automatically start back up. A fun one haha
Ah that makes sense! It was running the command vi and endlessly opening vim with no arguments. Let me know if any more problems come up with the project, I’m excited to see where it goes
Many thanks @househaunt . Meanwhile I saw that now the project loads without problem and do not stuck like this morning after I cancelled the env variable.
That’s a really good catch, @dorian, thanks for sharing your findings! I’m still a little puzzled about why that env variable would cause your project’s terminal to execute vi but I’m glad you found the solution!