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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...