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
π Provide a clear and concise description of the issue.
By default, the oauth-public.key file is not owned by the server, so most operations fail. This includes adding transactions and even loading several pages.
The fix is to to run this command: sudo chown www-data:www-data /opt/firefly/storage/oauth-*.key
βοΈ What settings are you using?
Default Settings
Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Install using the script.
Keep all default settings.
Log in.
Create an account.
Navigate to transactions -> Revenue / income
Select "Create a new transaction"
Click on either "Source account" or "Destination account." They are both supposed to load existing accounts. Neither one does.
Enter the data manually.
Click "Submit." The error will occur saying that oauth-public.key is missing or not readable.
β Paste the full error output (if available).
Key path "file:///opt/firefly/storage/oauth-public.key" does not exist or is not readable
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Firefly III LXC
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/firefly.sh)"
π Provide a clear and concise description of the issue.
By default, the oauth-public.key file is not owned by the server, so most operations fail. This includes adding transactions and even loading several pages.
The fix is to to run this command:
sudo chown www-data:www-data /opt/firefly/storage/oauth-*.key
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
β Paste the full error output (if available).
Key path "file:///opt/firefly/storage/oauth-public.key" does not exist or is not readable
πΌοΈ Additional context (optional).
This is the fix:
sudo chown www-data:www-data /opt/firefly/storage/oauth-*.key
The text was updated successfully, but these errors were encountered: