VestaWebInterface icon indicating copy to clipboard operation
VestaWebInterface copied to clipboard

AUTH0 Error Saving

Open DEAM0 opened this issue 3 years ago • 2 comments

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

Please help me

DEAM0 avatar May 21 '21 15:05 DEAM0

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', '');

cdgco avatar May 21 '21 16:05 cdgco

Thanks :)

DEAM0 avatar Jun 06 '21 08:06 DEAM0