-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I appreciate your work very much and I'm glad that you made something like this OpenSource
I installed locally, and I try to generate remotely using the banana API and I get this error
FAILED: Unexpected token '<', "<!DOCTYPE "... is not valid JSON

in the server console I only have this error
} Error in subscribe({"name":"userLikes","updatedAt":{}}): MongoServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017 at Timeout._onTimeout (C:\Users\Ambsd\Desktop\websd\node_modules\mongodb\lib\sdam\topology.js:293:38) at listOnTimeout (node:internal/timers:564:17) at process.processTimers (node:internal/timers:507:7) { reason: TopologyDescription { type: 'Unknown', servers: Map(1) { '127.0.0.1:27017' => [ServerDescription] }, stale: false, compatible: true, heartbeatFrequencyMS: 10000, localThresholdMS: 15, setName: null, maxElectionId: null, maxSetVersion: null, commonWireVersion: 0, logicalSessionTimeoutMinutes: null }, code: undefined, [Symbol(errorLabels)]: Set(0) {} }
if you need any other information, I am at your disposal
thanks!