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
I published my application through a WAF rules of a Sophos XG appliance.
I'm able to run the application with HTTPS, to sign in but when i select the default file or a new created one, i alway get an error : We had an unknown problem opening “My-Finances-XXXX”.
I check my docker volume (/data) and i can see it has created 2 folders "server-files" and "user-files". So my docker configuration seems OK. To be shure i added the PUID and GUID of the root user to avoid any write issue.
In the console of my browser, i can see an error in the migrations.ts file :
The content of the "db" parameter of the "applySQL" function is :
<title>403 Forbidden</title>
Forbidden
You don't have permission to access this resource.
I found a similar issue, but the solution is to clear cookies and cache. It does not works for me.
I removed and deployed again the application but without more success.
Am i missing something ?
Thank you for your help.
What error did you receive?
We had an unknown problem opening “My-Finances-XXXX
Output of the browser console :
Reading meta...
Got meta for documents-Actual-My-Finances-d2f6bb0-db.sqlite: [object Object]
sql-wasm.js:119 Opened!
migrations.ts:112 Error applying sql:
<title>403 Forbidden</title>
Forbidden
You don't have permission to access this resource.
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox, Chrome
Operating System
Linux
The text was updated successfully, but these errors were encountered:
Verified issue does not already exist?
What happened?
Hello,
I just pulled and run the latest docker image :
I published my application through a WAF rules of a Sophos XG appliance.
I'm able to run the application with HTTPS, to sign in but when i select the default file or a new created one, i alway get an error :
We had an unknown problem opening “My-Finances-XXXX”.
I check my docker volume (/data) and i can see it has created 2 folders "server-files" and "user-files". So my docker configuration seems OK. To be shure i added the PUID and GUID of the root user to avoid any write issue.
In the console of my browser, i can see an error in the migrations.ts file :
The content of the "db" parameter of the "applySQL" function is :
I found a similar issue, but the solution is to clear cookies and cache. It does not works for me.
I removed and deployed again the application but without more success.
Am i missing something ?
Thank you for your help.
What error did you receive?
We had an unknown problem opening “My-Finances-XXXX
Output of the browser console :
Reading meta...
<title>403 Forbidden</title>Got meta for documents-Actual-My-Finances-d2f6bb0-db.sqlite: [object Object]
sql-wasm.js:119 Opened!
migrations.ts:112 Error applying sql:
Forbidden
You don't have permission to access this resource.
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox, Chrome
Operating System
Linux
The text was updated successfully, but these errors were encountered: