adrian
adrian
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
anyway thanks again for the help. a job like yours would require an extremely patient personality so kudos to you
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
hahaha yeah
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
it just started working again
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
im honestly not entirely sure
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
ive managed to get it to work. thank you for your help
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
I just checked, and it points to the railway database, so i dont think that is the issue
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
it does
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
sure, here you go
const dotenv = require('dotenv');

var app = express();
dotenv.config();

const mongoose = require('mongoose');
mongoose.set("strictQuery", false);
const mongoDB = process.env.MONGO_URL;

main().catch((err) => console.log(err));
async function main() {
await mongoose.connect(mongoDB);
};
const dotenv = require('dotenv');

var app = express();
dotenv.config();

const mongoose = require('mongoose');
mongoose.set("strictQuery", false);
const mongoDB = process.env.MONGO_URL;

main().catch((err) => console.log(err));
async function main() {
await mongoose.connect(mongoDB);
};
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
its not going well. im getting an error saying
Operation toothpastes.findOne() buffering timed out after 10000ms
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
okay, that is why i came here initially
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
im trying to figure out if the problem is with railway or with mongodb. i was having issues with railway, so im switching to atlas, to see if that improves things
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
looks like they are actually having issues https://status.mongodb.com/
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
No description
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
Okay that seems to have fixed part of the issue, thank you. MongoDB does not seem to be crashing and the build logs are no longer producing any error messages. I am still getting the buffering timed out message. I will try to run my site locally with a separate mongo database to see if the issue is with the database or with my code
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
No description
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
No description
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
Im not sure if I understand the question. Do you need the connection string?
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
sure. here you go. thanks for your help
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
No description
41 replies
RRailway
Created by adrian on 5/2/2024 in #✋|help
Operation `model.find()` buffering timed out after 10000ms
abeecb1e-76d2-4680-a353-53c6614e1ff9
41 replies