MoralisWeb3 / issue-tracker

25 stars 7 forks source link

Locked out after deleting node #87

Closed presidenten closed 3 years ago

presidenten commented 3 years ago

In all honesty I havnt checked lots of tutorial videos or anything, so maybe Im misunderstanding something.

I was going to replace my only node with another node for experiments, and when I deleted my only node I got a blank page with the following errors in my chrome terminal:

Failed to load resource: the server responded with a status of 502 ()
api/privates/server/delete:1 Failed to load resource: the server responded with a status of 502 ()
8.85762ea448b572055d80.js:1 WebSocket connection to 'wss://admin.moralis.io/ws/?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJrZWVwbWVMb2dnZWRpbiI6ZmFsc2UsInVzZXJJZCI6MTE5ODEsImVtYWlsX3ZhbGlkYXRlZCI6MSwiaGFzQWNjZXB0ZWRUZXJtcyI6MSwicm9sZXMiOltdLCJpYXQiOjE2Mjc4OTgzNjgsImV4cCI6MTYyNzkwMTk2OH0.dK-K3yrPFl9_qN8MMdqQIii_9W0ducjXLH-qV9V0V5g' failed: 
t.createOrJoinSocket @ 8.85762ea448b572055d80.js:1
api/privates/server/getAllbyUser:1 Failed to load resource: the server responded with a status of 502 ()
6.e9f7d16e8c81f8e376db.js:2 TypeError: Cannot read property 'map' of undefined
    at t.default (20.df044ea226b42f041272.js:1)
    at oa (6.e9f7d16e8c81f8e376db.js:2)
    at Ha (6.e9f7d16e8c81f8e376db.js:2)
    at Wl (6.e9f7d16e8c81f8e376db.js:2)
    at Cc (6.e9f7d16e8c81f8e376db.js:2)
    at Ec (6.e9f7d16e8c81f8e376db.js:2)
    at xc (6.e9f7d16e8c81f8e376db.js:2)
    at yc (6.e9f7d16e8c81f8e376db.js:2)
    at 6.e9f7d16e8c81f8e376db.js:2
    at e.unstable_runWithPriority (6.e9f7d16e8c81f8e376db.js:2)
ll @ 6.e9f7d16e8c81f8e376db.js:2
api/privates/server/getAllbyUser:1 Failed to load resource: the server responded with a status of 502 ()

When I hit refresh I got redirected to the login screen, and while trying to login nothing happens. No error messages or anything. Chrome terminal shows these errors though:

xhr.js:177 POST https://admin.moralis.io/api/publics/auth/permissions/mapping 502
xhr.js:177 POST https://admin.moralis.io/api/publics/auth/login 502
xhr.js:177 POST https://admin.moralis.io/api/publics/auth/login 502

Now I cant login anymore.

My guess is some of the permissions got messed up after deleting the node.

Update:

This bug might be more severe than I thought. I get blank screen when trying to register with new account, even though I had cleared localstorage and cookies to try to solve the issue with the first account. Chrome terminal output: image

presidenten commented 3 years ago

Coincidence with other issue.

Closing this