You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
When I try to run the curl request that is shown on the api authentication page (from a default install), I get the following error:
The website encountered an unexpected error. Please try again later.
Looking into it further, I found that the issue seemed to stem from when it tried to look in the RSA.php which says It was not possible to parse your key. I do see the token getting generated though I'm unsure what else could be the cause of the issue.
The text was updated successfully, but these errors were encountered:
Can you reproduce this immediately after installing Reservoir? Reservoir's auto-generated keys are stored in a temporary directory, which may be erased after a reboot or certain operating system cron operations. I suspect that's what's happening here.
(Yes, we'll need to find a more robust approach. We'll work on that.)
When I try to run the curl request that is shown on the api authentication page (from a default install), I get the following error:
The website encountered an unexpected error. Please try again later.
Looking into it further, I found that the issue seemed to stem from when it tried to look in the RSA.php which says
It was not possible to parse your key
. I do see the token getting generated though I'm unsure what else could be the cause of the issue.The text was updated successfully, but these errors were encountered: