Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
69 views

I am unable to build/deploy a digital ocean function that relies on nonstandard libraries (some third party, others local). I have three projects: an API, the DO functions, and a common library used ...
Gadzooks34's user avatar
  • 1,836
-4 votes
1 answer
56 views

I have a Rails 8 application using an attached dev database and I am deploying to the Digital Ocean App Platform. I can successfully build the application and when I get to the deploy step I see this ...
wuliwong's user avatar
  • 4,400
0 votes
2 answers
42 views

devs! I'm trying to build a multilingual website based on Next.js(15.6) Node 22.21.10. Locally I have no issue with routing everything works as expected. Both lang versions are served as expected. (...
ultrapanam's user avatar
1 vote
0 answers
42 views

I'm attempting to configure a two-component (frontend + backend) monorepo deployment using Digital Ocean's App Platform. I'm starting with the backend. The monorepo looks like: client/ <-- NextJS ...
Craig Otis's user avatar
  • 32.4k
0 votes
0 answers
32 views

I’d appreciate some advice from experienced DevOps or full-stack engineers. We have a SaaS product built with the MERN stack, currently running on example.com. Current setup: Backend API → api.example....
Subhash Chaudhary's user avatar
0 votes
0 answers
80 views

I have an Android app where I load images either using Glide + PhotoView or fallback to WebView. For most users everything works fine, but on some devices (for example Redmi Note 11, Android 13) the ...
Qasim Malik's user avatar
0 votes
1 answer
40 views

When trying to send an email from a Django production setup (using gunicorn) on a Digitalocean droplet, I get "Internal Server Error" on the browser, and gunicorn logs this error: … File &...
William's user avatar
  • 3,015
1 vote
1 answer
82 views

I have nestjs app that works fine in development mode, but when I deploy it to DigitalOcean I have an error: [2025-08-19 00:04:35] │ sh: 1: nest: not found When I change NODE_ENV in environment ...
Korer's user avatar
  • 393
0 votes
1 answer
187 views

I am trying to push the docker image directly (without Docker) to my private registry in DigitalOcean. I used these two pages as guidelines. https://learn.microsoft.com/en-us/dotnet/core/containers/...
user27465760's user avatar
0 votes
1 answer
68 views

I have my spring boot / security being hosted by digital ocean and I am trying to access it from my local machine. I am seeing intermittent 403 errors for the authenticated endpoints. It is really ...
user30882869's user avatar
0 votes
1 answer
134 views

I'm testing a simple function (python) in Digital Ocean App Platform. The function imports psycopg2, connects to an attached Postgres DB, and returns the DB's version. This function was working until ...
j3py's user avatar
  • 1,307
1 vote
1 answer
102 views

I have a simple Python function I've deployed as a Digital Ocean Function. However, the Function errors out on importing psycopg2. The function: import os import psycopg2 def get_db_connection(): ...
j3py's user avatar
  • 1,307
0 votes
0 answers
51 views

I am trying to create a DO serverless function. Everything is functional on my local, but after I deploy the function an try to run it on DO, I get the ERR_MODULE_NOT_FOUND error, for most of the ...
Scobee's user avatar
  • 448
0 votes
1 answer
90 views

I have an app that processes audio files and converts them to 'wav' format. This works locally on my Mac, however in DigitalOcean, when recording audio, i get the below error, followed by a 500: warn(&...
Cjmaret's user avatar
  • 329
1 vote
0 answers
98 views

Im new to DevOps and I have a dockerized Django app. I use Github actions to push containers to Docker Container Registry which works pretty neat. But when it comes to applying migrations to a DO ...
Nex's user avatar
  • 179

15 30 50 per page
1
2 3 4 5
266