VestaWebInterface
VestaWebInterface copied to clipboard
AUTH0 Error Saving
I'll save and don't save any fields.
Please help me
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', '');
Thanks :)