I am working on a project in Laravel 8 which I am now testing the deployment on production servers. I have set up 2 Digital Ocean Droplets that are behind a load balancer with Sticky Sessions enabled. I am attempting to login via a SPA app with a separate Laravel API so the middleware is configured for the api routes
Tag: digital-ocean
Digitalocean Spaces Laravel App – Missing region
I am getting the following error: Missing required client configuration options: region: (string) A “region” configuration value is required for the “s3” service (e.g., “us-west-2”). Here is my setup …
How to create droplet with digital ocean api v2?
I want to create droplet but I am getting error in curl_close(). How can I create droplet ? It is giving me error like: Warning: curl_close() expects parameter 1 to be resource This is my code: &…