-
|
Hi, Gokapi Credentials. Can anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I also tried installing the binary files Gokapi and configuring Google OIDC, but I got the same error. However, I installed Pingvin Share and configured it with Pocket-ID, and it worked without any errors. |
Beta Was this translation helpful? Give feedback.
-
|
"It's a bit ironic how something as simple as rushing can cause an issue like this. Classic case of human error — as cliché as that may be, the issue was caused by opening the /login page without the full URL. So, when accessing the full URL |
Beta Was this translation helpful? Give feedback.

"It's a bit ironic how something as simple as rushing can cause an issue like this. Classic case of human error — as cliché as that may be, the issue was caused by opening the /login page without the full URL.
If you check the HTML code on the error page, you’ll find this element:
<a href="./login?consent=true" class="card-link">Try again</a>So, when accessing the full URL
https://gokapi.example.com/login, the error doesn’t occur.Thanks for developing such a great product!