Hi all!
We've managed to solve this problem amongst ourselves.
It looks like our setup for NFS was wrongly configured which unfortunately caused some weird issues with ProGet that have since been solved
.
Many thanks for all your help.
layfield_8963
@layfield_8963
Best posts made by layfield_8963
Latest posts made by layfield_8963
-
RE: Unable to upload files to asset directories
-
RE: Unable to upload files to asset directories
Hi,
I was going directly to the ProGet server.
I did some testing and I think it doesn't like the NFS storage. When I pointed it to the local storage on the machine the upload worked instantly.
I assume using a NFS storage back-end should work fine? I'll try do some more digging. -
RE: Unable to upload files to asset directories
Hi,
Using the cli tool worked without any problems
ProGet doesn't throw up any errors internally. The log shows the file was uploaded successfully and then nothing on the processing side.
Here is a snip of the console log when attempting to upload.
-
RE: Unable to upload files to asset directories
Forgot to add:
This is on ubuntu using docker compose.
I can upload to other feeds without problems -
Unable to upload files to asset directories
Hi,
I seem to be having problems uploading files to our asset directories in proget.
When uploading files, I can see them appear in our NFS storage, but on the web it gets stuck on processing and fails.I've checked the logs and enabled more detailed logging, but I can't see anything obvious. I tried setting permissions to 777 without success.
Any ideas on how to fix this? I'm running version 2024.26 (Build 5) with SQL Express.
Thanks