-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where are my archived projects at? [Epic2] #782
Comments
Ah ha, here's the server exception:
It looks like that index was still in use! |
The exception is fixed (I had to re-add the index by hand because an existing migration was changed), but I still don't see any archived items. There are no client exceptions, no new server exceptions. When tracing the socket: Looks like the sub goes out, but the server never responds with any archived items... |
this did the trick for me. can you try to cut n paste this?
|
Oh yes, that did it just fine! I made a mistake when re-adding the index to staging. I didn't make it a multi-index. Danke! |
Issue - Bug
While poking around on staging, I was doing some testing.
I:
And see:
Uh, oh! Where are my archived projects at?
I can also reproduce this locally using
npm run dev
.The text was updated successfully, but these errors were encountered: