Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Keep getting 401's in the UI #296

Open
blancettb opened this issue Feb 6, 2023 · 4 comments
Open

Keep getting 401's in the UI #296

blancettb opened this issue Feb 6, 2023 · 4 comments

Comments

@blancettb
Copy link

blancettb commented Feb 6, 2023

I keep getting 401's in the UI. No matter what I click on.

For example, clicking on the project tab the
dev tools shows: http://9.x.x.x:8080/api/projects Status Code: 401 Unauthorized

The user I am using is a superuser:
{
"id": "8f039049-bed7-4050-9fcd-3bb251b529fc",
"email": "[email protected]",
"is_active": true,
"is_superuser": true,
"is_verified": true
}

I can create and get projects using the API layer via a bearer token.

Is there a permission that needs to be set for the user? Or is there a step I missed during UI installation?

@blancettb
Copy link
Author

Ok the problem goes away when I use 127.0.0.1. Is there any way we can set this up with a remote address. I have this running on ubuntu and having to remote desktop is not ideal.

@blancettb
Copy link
Author

Is this the right place to open issues?

@Alex-Izquierdo
Copy link
Collaborator

Hi @blancettb We are currently working on a rewrite that will be published soon, sorry by the inconvenience.

@blancettb
Copy link
Author

@Alex-Izquierdo thank you for the reply. I setup vncserver for the short term.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants