-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin's creds not working with backend on Postgresql #202
Comments
The Errors Backend Connection Failure are gone (change config file: |
i have that problem, and found some solve, if you use |
Thx. I use http://127.0.0.1:8123 in my yml file. I tried to use http://localhost:8123 instead, but it didn't help. I still can't log in. Please if You can, give me config file and what is under key auth. I don't quite understand what should be here.
my config file looks like:
|
In you example config 'external_url: http://localhost:8123' and 'callback_url_prefix: http://127.0.0.1:8123/api/v0' is different, make all url in one style, at first try to localhost, and use "Ctrl + Shift + I opens the developer tools for the browser" network tab |
I'm not sure, but may be something wrong when interacting with backend (postgres DB) |
Try to up wg with default config file, db, credentials, i am sure it's work |
The task is using this product with ability to work with postgres. I have already tested V1. It works fine with MySQL backend. I don't know why v2 has such problem. I saw here another issue with similar case (may be testing version contains bugs). #198 and it is still has status "opened". |
And You are right, if changing to default db everything is ok!!! |
should be fixed by #231 |
Hello. I'm using and testing V2 version. Trying to config with Postgres DB as backend. My config.yaml:
Container is running up. Connection with PSQL is ok. I see tables and some information in them. My supers user is also present in dp. But then I try to start UI I get an errors:
![WG_ERR](https://private-user-images.githubusercontent.com/56883129/289908005-0dcd2e65-885d-4506-a0eb-7c624678c54b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjcxOTIsIm5iZiI6MTczOTAyNjg5MiwicGF0aCI6Ii81Njg4MzEyOS8yODk5MDgwMDUtMGRjZDJlNjUtODg1ZC00NTA2LWEwZWItN2M2MjQ2NzhjNTRiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE1MDEzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQyYTBhMGZkYzE2ZWEyYzNiOTRlMWJhYTc4ZjZmMjJmOGEyYjJjMzJjZDNhMGZmNGE1MjY0OTc0MWE3ZjE2MDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nvBRuyO7csTI_pPYUvSJ90PW10ptAcvy639ccob1yEM)
![WG_ERR2](https://private-user-images.githubusercontent.com/56883129/289909057-025a125e-4359-48c9-aad5-67c3e64ffc40.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjcxOTIsIm5iZiI6MTczOTAyNjg5MiwicGF0aCI6Ii81Njg4MzEyOS8yODk5MDkwNTctMDI1YTEyNWUtNDM1OS00OGM5LWFhZDUtNjdjM2U2NGZmYzQwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE1MDEzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkxMjI0MDJjZDgwNWZlZjExNGJkMDU1M2RkNGY0ZmExNzE3Zjk2YzJjNGFkOTgxZDBmZjI0OTBkYjljNzAwZDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.023aJy-j9so0LO_E40nnuDJ85cjpOmiDxHyiKinWgwY)
...and can't login with my creds.
Where may be mistake? Please help.
The text was updated successfully, but these errors were encountered: