-
Notifications
You must be signed in to change notification settings - Fork 82
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
Issue with backend #4
Comments
Hi, did you find solution? I have the same with empty/new MongoDB database. |
hi anyone find a solution on this please update regarding same mangodb connection error |
@wbrandon25 |
Hi i have tried recreating the game_loop collection and added default data but still getting the same error |
Its not a connection error, i added a console log and that confirms that the connection to the mongodb is successfully.. But still get this error |
i fixed by creating the schema manually then i exported my Game_loop id and updated and got fixed |
|
With this new id , update GAME_LOOP constant |
const Game_loop = require("./models/game_loop") const GAME_LOOP_ID = 'update here' const { Server } = require('socket.io') |
@nakamoto-dev You right with that data database work. |
Where can you host this solution?
…On Fri, 23 Jun 2023, 00:38 Vardan Meliksetyan, ***@***.***> wrote:
@nakamoto-dev <https://github.com/nakamoto-dev> You right with that data
database work.
Try test in long time, You will have an issue with No User Authentication,
and after that you can't bet.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUPTNCPDTPHNBSXTXKZRVS3XMS3NBANCNFSM6AAAAAAQZWF62A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
I found a way to make it working, it works for me 100% now after getting this error, the fix i posted here: |
I get this issue with the backend while running npm start.
The text was updated successfully, but these errors were encountered: