Veniqa icon indicating copy to clipboard operation
Veniqa copied to clipboard

Demo admin panel credentials not working

Open mentamarindos opened this issue 2 years ago • 1 comments

I want to try the demo admin panel but this credentials doesn't work

[email protected] pass$12

I got the msg error: User credentials are not correct. Please try again

mentamarindos avatar Aug 29 '22 05:08 mentamarindos

much likely, the link between your browser and the management-server API server is not working... and fact is, such failures are desperately silent...

  1. check you API server is up and running by e.g. loading http://localhost:4202/ in your browser
  2. check the CORS settings for allowed origins in the config/*.json that shall contain "http://localhost:5202" (assuming a local run without SSL/TLS)
  3. rebuild and run; then check the server and webclient logs for any error; ensure notably that the management-server has a successful connection to both redis and mongoDB

berhauz avatar Feb 12 '23 11:02 berhauz