Anything that can be done to avoid this issue in the interim? Need to make
a call soon if we’re going to use Glitch this semester & this might be a
dealbreaker if we can’t reliably work around it.
I ran rm .glitch-assets; refresh from terminal, still getting the “No Assets Yet” message. Am I missing something?
I’m also getting a blank editor view when clicking the assets folder on occasion. Clicking back out to another file and back in seems to solve it. Is this bug on your radar?
@creativecomputing,
we’re working on debugging the root of what caused this issue in the first place. Can you give us more information about what you uploaded to the assets? Is it possible that you uploaded over 100mb or so of files?
I don’t think .gitignore is related to this issue. I do have .gitignore’s in my projects and they work fine. To be honest we still didn’t figure out why you had the issue In general using git to checkout a working version of .glitch-assets and then running refresh should get you back to a working state, but if it happens again to you, please let us know!
Strange - I’m able to reliably reproduce it here by adding a gitignore back in. Is there something specific to this project that’s broken? If you have a look now, you can see it’s having the same issue…
I guess I’m still confused - the issue is related to gitignore or something else?
Again, would be helpful to know so that we can avoid confusion here – rolling things back via a git checkout is going to be non-optimal w/ beginning students.
Sorry, it was me being silly; yes, there is a bug in our code that is triggered by .gitignore, but I’ve identified it. I’ll let you know when the fix is released so you can check if the behavior is now correct