-
Notifications
You must be signed in to change notification settings - Fork 64
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
Error viewing uploaded file #48
Comments
Update: I tried uploading a simple .txt file and the result was the same. Doesn't seem to be related to PDF files specifically or the size of my original file. |
Odd, sounds like the Postgres schema isn't even initialized for some some reason. Some questions:
If your cluster is still running, you could retry redeploying postgres and then repeating the query in question 4 above to ensure that the table is being created. Steps to redeploy postgres are as follows:
|
Debian 11
Minikube has default 3 CPUs and 12GB memory. Confirmed with
The host has 4 CPUs and 16GB memory.
No. I ran the query and this was the result: SQL Execution Failed
The result was the same. I also tried deleting the persistent volume, but that did not change anything for me. |
I haven't had time to pinpoint the exact setting, but the issue seems to be caused by the changes I made to my config file. I'm guessing it is the username or password for one of the services. |
It was the |
I setup a fresh instance of Nemesis and uploaded a PDF file. Accessing the file by UUID or browsing to
/Files
returns the following error message. I've completely rebuilt Nemesis (minikube delete...
) but the result is the same.The text was updated successfully, but these errors were encountered: