ToDoManager test script failing in local node

Hi team,

I am following the tutorial tutorials/build-to-do-list-aepp-1.md at master · aeternity/tutorials · GitHub
when I run forgae test I get the below error:

===== Starting Tests =====

ToDoManager Contract
1) Deploying ToDoManager Contract
Interact with contract
Contract functionality
Create a task
2) “before each” hook for “should create a task successfully”

0 passing (2s)
2 failing

  1. ToDoManager Contract
    Deploying ToDoManager Contract:
    Error: Http request for undefined/compile failed with status code 400. Status: Bad Request.
    Error data: “\n\n400 Bad Request\n\n

    Bad Request

    \n

    Your browser sent a request that this server could not understand.
    \n

    \n
    \nApache/2.4.38 (Ubuntu) Server at localhost Port 80\n\n”
    at /home/julius/Development/to-do-contract/node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:169910
    at w (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:141868)
    at Generator._invoke (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:141656)
    at Generator.e.(anonymous function) [as throw] (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:142047)
    at n (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:2527)
    at c (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:2773)
    at process._tickCallback (internal/process/next_tick.js:68:7)

  2. ToDoManager Contract
    Interact with contract
    “before each” hook for “should create a task successfully”:
    Error: Http request for undefined/compile failed with status code 400. Status: Bad Request.
    Error data: “\n\n400 Bad Request\n\n

    Bad Request

    \n

    Your browser sent a request that this server could not understand.
    \n

    \n
    \nApache/2.4.38 (Ubuntu) Server at localhost Port 80\n\n”
    at /home/julius/Development/to-do-contract/node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:169910
    at w (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:141868)
    at Generator._invoke (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:141656)
    at Generator.e.(anonymous function) [as throw] (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:142047)
    at n (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:2527)
    at c (node_modules/@Albert/aepp-sdk/dist/aepp-sdk.js:1:2773)
    at process._tickCallback (internal/process/next_tick.js:68:7)