Unfortunately I have a docker error when deploying functions which I already have been able to deploy successfully before.
Without referencing external packages it works fine but as soon as I include a nuget package the deployment fails. When my proxy setup isnt working properly the logs say that the packages cant be reached which makes sense. But in this case the logs stop on "determining projects to restore" without further information which seems odd.
I recently upgraded to Version 1.3.7 since i had another error while deploying (https://discord.com/channels/564160730845151244/1121071164240961597) which was fixed by this upgrade. But after one successful deployment the docker error appeared, even when deploying the same function again.
thx in advance:)
Deployment fails on "determinining projects to restore..."
@Aditya Oberai, have you seen this error before?
@ilikechicken77, btw, our team has limited availability this week so please be patient for the response
The function should be able to pull in dependencies find...Would you be able to share your function source? So we can try to reproduce?
Thx for your time.. the error is resolved, it was very likely the proxy setup which kept it from pulling the packages. It was just confusing cause I had proxy issues before the output looked like that:
Docker Error: MSBuild version 17.3.2+561848881 for .NET Determining projects to restore... /usr/local/src/DotNetRuntime.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. Failed to restore /usr/local/src/DotNetRuntime.csproj (in 8.18 min).
and the described error was failing without information but now it works so <:appwriterocket:823996226894692403>
[SOLVED] Deployment fails on "determinining projects to restore..."
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...