-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please, help me #3
Comments
As you can see in stacktrace, it aborts in VK tries to verify user. As for now, this API can only verify phone number checks. You can verify it manually. Login from the same IP as your server (openvpn, socks5 proxy) and verify auth check manually. But if you could get verification page, I could automate it. To get output: file_put_contents(storage_path("logs/auth_output.log"), $body); Then send me file log file (rootfolder/storage/logs/auth_output.log). Thanks. |
Here is the output of the VK. |
It should be working now. Please let me now whether it works for you. |
It's not a white page. It's 500 error. Can you upload site/storage/logs/lumen.log? |
Was not creating any Lumen log file, I believe it is an error in the script :/ |
Is logs empty or what? |
Okay, that is not normal. Usually, Lumen can't write logs when it can't write to logs directory. But since file_put_contents worked, that shouldn't be the case (still you can check permissions). Is there anything unusual in .env? |
Perfect! I was forgetting to change the directory permissions to "777", now everything is working perfectly. Thank you for your support and attention. |
You are welcome. |
API installed on my server, but it's not working ... What can be? Everything is set up correctly.
Thank you!
The text was updated successfully, but these errors were encountered: