You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
<TITLE>Bad Request</TITLE>
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) {
code: 107
The text was updated successfully, but these errors were encountered:
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:
<TITLE>Bad Request</TITLE>Bad Request - Invalid URL
HTTP Error 400. The request URL is invalid.
code: 107
The text was updated successfully, but these errors were encountered: