Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

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 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