Skip to content
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

AUTH0 Error Saving #147

Open
DEAM0 opened this issue May 21, 2021 · 2 comments
Open

AUTH0 Error Saving #147

DEAM0 opened this issue May 21, 2021 · 2 comments

Comments

@DEAM0
Copy link

DEAM0 commented May 21, 2021

I'll save and don't save any fields.

Please help me

cdgco added a commit that referenced this issue May 21, 2021
@cdgco
Copy link
Owner

cdgco commented May 21, 2021

It looks like the AUTH0 configuration never got added to the database installer script.

Use the following SQL command to add the rows to your database, then you can update your settings:

INSERT INTO `vwi_config` (`VARIABLE`, `VALUE`) VALUES
('AUTH0_DOMAIN', ''),
('AUTH0_CLIENT_ID', ''),
('AUTH0_CLIENT_SECRET', '');

@DEAM0
Copy link
Author

DEAM0 commented Jun 6, 2021

Thanks :)

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

No branches or pull requests

2 participants