Neo4j Browser: WebSocket connection failure

Neo4j desktop version 1.6.1
Enterprise Edition: 5.25.1

I am running this on localhost - an encountered the following. I checked the forums but those who encountered this issue were on Cloud...So am not very sure :crying_cat_face:

Ran the following query & received this error:
// Step 7 - Train the Model
CALL gds.beta.pipeline.linkPrediction.train('Dev1',
{pipeline: 'Dev_Pipeline1',
modelName: 'Dev_Pipeline1_LR_model',
randomSeed: 42,
targetRelationshipType:"INTERACTS_WITH"})
YIELD modelInfo
RETURN modelInfo.bestParameters AS winningModel, modelInfo.metrics.AUCPR.outerTrain AS trainGraphScore, modelInfo.metrics.AUCPR.test AS testGraphScore;

Info on the bolts:

FOUND THE SOLUTION!!!

Followed this person's instructions: Websocket connection Failure: Day one it worked, Day Two failed - Neo4j Desktop

Screenshot of the settings file.

Now my query is working - just ran out of memory :sob: