-
Notifications
You must be signed in to change notification settings - Fork 32
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
Mongo errors even with REQUIRE_REGISTRATION set to false #37
Comments
Ok, to get rid of all the non-critical errors is a bigger job, but at least now you can run requests! 😅 |
Hi, I'm running the standard install with yarn dev and getting this error. It's connecting to banana remote ok (needs key BANANA_MODEL_KEY_SD_v1_5 btw) but if I enter a prompt it returns no prompt used with the above mongodb error. Error in subscribe({"name":"accounts","updatedAt":{}}): Any clues? Thanks! |
Hey! Welcome! My guess is that you're maybe using banana's I am super around to help troubleshoot this repo, it's a bit neglected towards contributors because more people seemed interested in the container, but I'd love to fix that. Well done on getting up and running on banana so quick! |
And sorry for the hassle from the out-of-date docs! But fixed now 😊 |
Ok, thanks. I have docker, but I really want to run it remotely as I'm not interested in a local install of SD. |
Oh no, there's totally remote support. |
I used the 1-click deploy of SD, as specified on Banana serverless Does that not work? |
Ah gotcha. So we don't work with that one. It's too limited. You need to deploy https://github.com/kiri-art/docker-diffusers-api. Yes, exactly! It's pretty easy... clone, edit the And yes, it will download any model you specify from huggingface, OR, if you have a fine-tuned model, there's a |
ah, I see. The doc wasn't updating with your edit, it's now Follow instructions at https://github.com/kiri-art/docker-diffusers-api. So I clone that repo, hook it up to Banana to CI it and deploy, then use its keys for the app? |
Exactly! 🎉 |
Gotcha. Thanks for the quick support! (same last name btw;-) |
Haha I noticed that fellow high priest! ;) Sounds good. Holler if you need anything, I'm on the banana discord too. おやすみ 👌 |
L8rs, thanks! |
Ok, got it all working. Will have a play with it, let you know if I see any issues/suggestions. Thanks! |
Issue #1Is the signup flow working? I tired locally and from a vercel deployment but get browser console and popup errors: (ex for github) Locally with no require registration it lets you use it ie: no login. eg console log from Vercel deployment /api/gongoPoll:1 Uncaught (in promise) Error: No such service: github I see that's coming from pages\api\gongoAuth.ts How is this doing the db conneciton for storing authenticated users and other needed db info? That's something I'm not familiar with (yet) so sounds like a good time to learn. Something else for the docs too, a high level application architecture diagram or summary would be really useful to understand how it's put together. Issue #2 Error in subscribe({"name":"userLikes","updatedAt":{}}): |
Hey, well done on it getting it up and running! And thanks for the feedback, I'd love to start making this all clearer. Good idea re the higher level summary. Gongo is my own custom data layer that I've been developing over the last few years in my spare time... it does indeed work serverless and provides an offline-first mongo-like client-side database stored in indexeddb in the browser, with nice react bindings around it. It has a lot of gotchas though and probably isn't useful for anyone else at this time (but it is all open source). Ok so assuming you have all the required oauth2 environment variables set, and yes, there's no way you could have possibly known this (sorry!!!), you need to call Yeah all the errors locally when mongo isn't installed, is this very issue (#37)... I need to get to that. Keep me posted. Unfortunately priority right now is a few things on the container that everyone is waiting for (big speed improvements which will save us all money!). But will definitely keep checking in and answer any questions I can in the meantime, would love to get you up and running well with all this! |
Thanks for the detailed explanation. |
As reported by sching#7491 on discord.
The text was updated successfully, but these errors were encountered: