Faisal Ali
Faisal Ali
Facing the issue... + Authentication gets redirected to the provider. + The providers redirects back, but not to the page instead to the popup window, checking at the console log...
Thanks @makslevental , you are a saver ... that worked .. bravo ... Your config showed me the error that I was doing wrong, in my case my callback was...
Hello @SeedyROM, not sure about the 400 , could be something is wrong at your end of the code... Here is my working example. https://github.com/faisaltheparttimecoder/carelogFrontend/blob/master/src/main.js#L49 https://github.com/faisaltheparttimecoder/carelogFrontend/blob/master/src/App.vue#L15 the keys.js is not...
Hello @gegonzalez07 , Please pass the DDL for Category and Worker table. Thanks
Hello @gegonzalez07 This seems to be a bug, i.e your DDL have CamelCase columns and I guess somewhere we dont honor the camelcase. If you look at the below debug...