paradis
paradis
Followed everything from https://docs.code2.io/local-setup . Recieved this: url: https://iwb.auth0.com/authorize?redirect_uri=http://192.168.99.101:8080/auth/callback&client_id=eucJR6BM7WzoG336tT5MYCew6YpxJMyv&audience=https%3A%2F%2Fiwb.auth0.com%2Fuserinfo&scope=openid%20profile%20email&response_type=code&state=HRCo2cUHOCKQdWCxO-N44zvmU4U-ntSvlomzY739rVc ``` iwb Oops!, something went wrong on dockerIP on port 8080 Callback URL mismatch. The provided redirect_uri is not in the...
How to add message to redirects heres my sample code ```php if($_POST!=null){ $p = $_POST; $type = new Roomtype(); $type->name = $p['name']; $type->price = $p['price']; $type->maxpax = $p['maxpax']; $type->children =...
I think its a good idea to optionally install other databases just like what knex did. I cant even install because i dont have visual studio build tools which sqlite...