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
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: