Help Request: Unable to log into admin dashboard #12377
-
Environment
IntentionAttempting to log into the admin dashboard gives "You are not authorized to view the page" error (included browser console log if needed): Resolution Attempt
|
Beta Was this translation helpful? Give feedback.
Answered by
jasonqiu212
Apr 16, 2023
Replies: 1 comment 3 replies
-
Hi @yujioshiro, Thanks for shifting over to the discussion forum here! Your setup of
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi no worries! we're all here to learn :)
I believe I see the issue. There is some problem when starting the backend server, as shown in the screenshot below:
After some further digging on the troubleshooting guide, I think your
FileNotFoundException
may be caused by the working directory containing a space inside (i.e. YourCurrent Projects
folder in the directory).As per the guide, this can be resolved by moving the repository to another directory.