An internal curl error has occurred while starting runtime! Error Msg: Docker Error: docker: Error response from daemon: Conflict. The container name "/exc5-65c5df06933e47ebdec4-65db2b1e57482e06673b" is already in use by container "af988d3c2da9426f5f2a4444cb0fcc723676efa41a671d4aded842d0f47cf3ee". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
\nError Code: 500
for now, best if you redeployed
ohh I see I will try
thanks steve the function is working right now
[SOLVED] My CLoud function suddenly not working
The underlying problem is the executor thinks the runtime container doesn't exist but it does. We keep track of the active runtimes in memory table but for some reason there's an error adding the entry in the table
Recommended threads
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...