digital-ocean Questions

1

I am working to migrate a Laravel web application to DigitalOcean's new App platform. We have been running this application on several machines over the past few months with no npm issues. However,...
Bibber asked 2/1, 2021 at 2:3

3

Solved

I recently bought a DigitalOcean account, and am attempting to set up my web site. However, whenever I enter the IP address of my site, I get this page: Welcome to nginx! If you see this page, t...
Miner asked 27/5, 2015 at 14:24

5

Solved

I'm trying to upload images to a Digital Ocean space from the browser. These images should be public. I'm able to upload the images successfully. However, though the ACL is set to public-read, the ...
Montcalm asked 9/3, 2021 at 22:51

3

Solved

I'm pretty new to docker and, although I've read lots of articles, tutorials and watched YouTube videos, I'm still finding that my image size is in excess of 1 GB when the alpine image for Python i...
Chlamydate asked 5/8, 2021 at 0:7

2

Solved

I have a domain, example.com, and I want to point a subdomain, test.example.com, at one of my droplets, WITHOUT having to move the domain to digital oceans nameservers. is this possible and how?
Galliwasp asked 13/3, 2020 at 13:6

2

Solved

I'm trying to serve a react-app's build folder from a DigitalOcean droplet. After I run yarn build, I get told by the script to run yarn global add serve serve -s build However, when I run se...
Dendrite asked 7/10, 2018 at 20:42

5

Solved

I have MongoDB as docker container When I restarted the server and tried to start the container it kept restarting forever. I got the container log as follows The main problem is Failed to unlink ...
Azaleah asked 30/3, 2021 at 13:4

2

Solved

I want to install a recent version of Ruby on Ubuntu 20.04. But when I run rbenv install -l on my Ubuntu server, I only see old versions of Ruby listed. Available versions: 1.8.5-p52 ... 2.2.7 ...
Sinker asked 16/11, 2020 at 15:35

6

I am unable to access my droplet console in digital ocean, it is giving a notification "enable the new Droplet Console for native-like terminal access to your Droplet from your browser". ...
Clank asked 26/8, 2021 at 8:30

4

Solved

I have very simple app that returns "Hello World" string, it works fine locally. As you will see from app code below it runs on port 4000. When I create docker image and run a container, I can't ac...
Infantine asked 15/5, 2020 at 15:5

2

I am currently using node-postgres to create my pool. This is my current code: const { Pool } = require('pg') const pgPool = new Pool({ user: process.env.PGUSER, password: process.env.PGPASSWORD...
Countable asked 6/3, 2021 at 1:10

4

The console in the digital ocean like this : I try to copy and paste my username and password, but it does not work I try ctrl+v and right click on the mouse. It does not work How can I do it?...
Disengagement asked 12/2, 2018 at 2:41

7

i have a digital ocean Ubuntu server, two days ago every page in my website gives me error 500, in ssh i got this error message "No space left on device", For more info please check this SSH scr...
Balefire asked 18/2, 2018 at 13:49

2

Solved

How to use AWS CLI with Digital Ocean Spaces? Is it possible? I tried to add my key id and secret to .aws/credentials but I got: An error occurred (InvalidAccessKeyId) when calling the ListBuck...
Sharkey asked 10/12, 2018 at 19:21

3

I am receiving the following error from the ingress-nginx-controller, which ultimately gives me the 502 Bad Gateway. I can port forward into my nodejs service without error. 2020/05/30 21:31:12 [e...
Clinquant asked 30/5, 2020 at 21:53

3

Solved

As you can see from the image is it not currently possible to add http://localhost as a CORS rule.
Scoundrelly asked 31/12, 2020 at 16:55

4

The below screenshot shows the kubernetes document to enable API server flags, but no clear instructions were given on where to change these API server flags. I'm using kubernetes on digital ocean ...
Inquiline asked 11/12, 2018 at 12:8

6

Solved

I have made a deplyoment to Digital ocean, on staging (Heroku server) the app is working well, but Digital ocean it's failing with the error below, what could be the issue : AttributeError at /admi...
Picard asked 2/10, 2022 at 21:43

1

I want to deploy a github project automatically through github actions when I push my code to github. My yaml-file looks like this: name: push-and-deploy-to-server on: push: branches: [ main ] ...
Teat asked 8/6, 2022 at 13:10

3

I am trying to create an app in digital ocean using source code from gitlab and I get the error "no detected components". Any ideas?
Urrutia asked 5/9, 2022 at 7:33

1

How do you set the cookie in a websocket connection? I want to do this because I am using nginx ingress session affinity to correlate a user's session with a specific pod. But this request is being...
Deglutition asked 25/11, 2023 at 8:0

14

Solved

I've just deployed my app to DigitalOcean using (Managed Database) and I'm getting the following error when calling php artisan migrate SQLSTATE[HY000]: General error: 3750 Unable to create or chan...
Ruddock asked 16/6, 2020 at 21:47

1

We're using digital ocean's cli tool doctl, and would like to ssh into our instances using the same cli tool. We're able to list apps using: doctl apps list but cant ssh into apps. Is it even supp...
Flinders asked 28/8, 2021 at 17:19

1

I have a laravel application which I've installed on a 1GB standard droplet running ubuntu 20.4, nginx, MySQL 8 and php 7.4 The application isn't even live yet and I notice it's already using over ...
Lindgren asked 30/6, 2020 at 16:39

26

Solved

Configuring a new Digital Ocean droplet with SSH keys. When I run ssh-copy-id this is what I get: ssh-copy-id [email protected] /usr/bin/ssh-copy-id: INFO: attempting to log in with the new k...
Tadashi asked 29/5, 2017 at 20:36

© 2022 - 2024 — McMap. All rights reserved.