error = new _ParseError.default(_ParseError.default.INVALID_JSON, Received an error with invalid JSON from Parse: ${response.responseText});
^
ParseError: Received an error with invalid JSON from Parse: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
Bad Request
Bad Request - Invalid URL
HTTP Error 400. The request URL is invalid.
at handleError (C:\Users\Owner\Downloads\Cards\node_modules\moralis\lib\node\RESTController.js:436:17)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Function.initPlugins (C:\Users\Owner\Downloads\Cards\node_modules\moralis\lib\node\MoralisWeb3.js:246:40)
at async Function.start (C:\Users\Owner\Downloads\Cards\node_modules\moralis\lib\node\Parse.js:120:5) {
This is the error I am encountering
error = new _ParseError.default(_ParseError.default.INVALID_JSON,
Received an error with invalid JSON from Parse: ${response.responseText}
); ^ParseError: Received an error with invalid JSON from Parse: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
Bad Request - Invalid URL
HTTP Error 400. The request URL is invalid.
code: 107