priyank-purohit/PostGUI

Unauthorized access

ramkumarm-2000 opened this issue · 7 comments

Had the same issue on the v2 branch.
Changing the token from an array to a single value seems to do the job for now.
Unsure whether this has any other consequences though.

image
file undere: \src\components\authentication\index.tsx

Have you managed to solve the rpc login error?

Well yes, i changed the above-mentioned file and it worked out for me. However, V2 is still WIP therefore I did not test ist thoroughly.

Have you got it working on V1 (master)? I'm getting a 'Cannot find module './config.local' or its corresponding type declarations. TS2307' error when npm starting the v2 version.

Have you got it working on V1 (master)? I'm getting a 'Cannot find module './config.local' or its corresponding type declarations. TS2307' error when npm starting the v2 version.

Havent tried the V2 for a while - perhaps there was some push that lead to this error.
As for V1 it seems to work great so far. Why is V1 not starting for you? The Unauthorized error only occured on v2 on my side.