PHP Fatal error: Uncaught Error: Call to a member function login() on null in /home1/queversp/public_html/login.php:11
Stack trace:
#0 {main}
thrown in /home1/queversp/public_html/login.php on line 11
The login.php code is
<?php
declare(strict_types=1);
/**
* Prepare application session and redirect to the Auth0 Universal Login page.
*
* The user will be redirected to your callback route to complete the authentication flow.
*/
header(sprintf('Location: %s', $sdk->login()));
I don’t know what I’m missing, can anyone help? Thanks!
In order to handle that most effectively, can I ask you to raise it as a GitHub issue here:
So we can work on that directly with the quickstart maintainer and solve it in the shortest period? Once you have a link, please share it here so we can ping them. Thank you!