Hi
I have connect one repository of my one github account to site a.com by add ssh key.
Now I want connect an other repository of same account with other site b.com when I comes to github repository setting deploy key it's say already exist key
How c...
When I create a new site on forge it will include a "public" folder inside the site's main directory, just like it always does.
However, for some reason when I add a Github repository it removes the public folder then adds the directories a...
Hi
I have setup Laravel forge server with domain robin.com. Now I have purchase other domain ipr.com
I want to also attach with same server of site robin.com
Can We attach multiples domains(a.com, b.com, c.com) for one Laravel forge server.
Thanks...
I am running production on Digital Ocean via Forge ... the current composer version is 1.10.19 ... I can't
composer self-update --2 because of this
[Composer\Downloader\FilesystemException]
Filesystem exception:
Composer update failed: "/usr...
I have an eLearning platform running on Namecheap shared hosting and now want to migrate to forge using digital ocean, how can I migrate all the existing info ie image, videos stored in the storage and my database to laravel forge?...
Working on a project where the frontend and backend are split into separate git repo's. Is the deployment of an app structure like this in Laravel Forge feasible/practical?
I'm looking around, and it seems like you can only associate one Github repo...
Hi,
I've a timeout error with Nginx - PHP. After 30 seconds the app return 502 Bad Gateway, always. I've changed fast-cgi params, PHP params, Nginx,etc but the problem still arises.
What can we do about this issue? We have setup the server on Digital...
How do you start a worker from the UI?
I've tried setting sqs as connection, leaving queue empty, writing full sqs url, just queue name, default..
simple artisan queue:work does the job but starting from the UI seems impossible...
I am using Bitbucket, DigitalOcean, and LaravelForge.
Recently went I went to push some changes I received the following error:
error: Your local changes to the following files would be overwritten by merge:
storage/fonts/dompdf_font_family_cache.ph...
I'm trying to deploy my Laravel/Spark app using Forge but when I install the repository using Composer to install the dependency, I get the following error
- Installing laravel/spark-aurelius (v7.0.2): Downloading (connecting...)...
I've the following error while trying to install SSL Certificate in Forge:
Creating well known challenge directory...
Installing LetsEncrypt client...
Cloning into 'letsencrypt1466456634'...
Configuring client...
Restarting Nginx...
Generating Certif...
Can someone help .. i am getting this error from time to time in Forge. The only solution is i remove repository and start from scratch.. the issues that it comes after few day.s.. what i am doing wrong to cause this error when I deploy and how can...
Hi,
I have an old existing website based in Gandi. until now, i used filezilla to update website (it was a little website since covid pandemy....)
But now, this website is currently generating little bit of cash (around 60K / month.... ahah) and I ha...
Hi Everybody,
I have deployed a new server with Forge on AWS the problem i have is i cant get Horizon jobs to work Horizon dashboard is fine but it get 2 errors in Forge:
production.ERROR: NOAUTH Authentication required
daemon-626369:daemon-626369_00...
I set up a 2FA for SSH logins (google auth). It asks me for the verification code, this works fine.
However, Laravel Forge cannot connect to the server, because it won't have the verification code. Does anyone know if there is a whitelist or somethin...
Hi all,
I'm using forge for a static HTML site and need to add a second page (so index.html and about.html). I don't want to use a framework because the site is so small.
With the default Nginx settings I can navigate to:
domain.com/index and domain....
Hello,
I put an HTTP Authorization on my server and it always worked.
Recently i changed the subdomain and now I can access to the login page but when I'm trying to send an API call for the login, I receive an "401 Authorization Required" r...
i have a model relation set up like User has Tracks(another model). so when return $user = User::first() then details of user comes but i want to load user tracks too. i wrote $tracks = $user->tracks. This gives all tracks that user has in a sep...
I was searching for long time on easy deployment of NextJS projects on laravel forge. Finally found an answer. If you are looking to deploy your NextJS as frontend project, and Laravel as backend. Here is a quick guide to add your project on laravel...
Hello, I am on a Hobby plan, yearly billing.
I would like to add another droplet and for that I must upgrade to a growth plan.
I still have 9 months of my subscription left.
If I upgrade to the growth plan (199 dollars a year) from the Hobby plan (12...
Hi, when I try to install PHP 8.0 on my server I get an error.
This is the error I'm getting:
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://ppa.launchpad.net/chris-lea/redis-server/ubuntu bionic InRelease
Hit:3 http://ppa.launc...
I am sure that I have everything but forge is having issues (note this is a private repo, but I am signed in and can access repo without issue)
I have confirmed:
Valid Repository
Valid Branch
Confirmed token / ssh is current...
I'm hosting a WordPress site using Forge as a dev site for a team at work. Things have been fine until recently the site loads a text view of our site for just a moment then redirects to some other weird site. I'm pretty sure its been compromised at...
I have Laravel/Vue SPA using Laravel Sanctum. Both the Frontend and backend have their own repository. What would be the rough steps for deploying something like this using Laravel Forge?
I've never deployed a SPA before, will this be very hard to do...
I have a site working on my local install. I loaded it to forge through github. The site works except for components. It is as if it is not even looking for the component.php.
<label for="product_material">Material:</label>...
I am trying to get Table Plus connected to my Forge DB. What I cannot figure out are the private keys. I used the string provided in the welcome email. Now Table Plus is asking me to import private keys stored on my computer. Where do I get these key...
Hello everyone, I know this question may seem similar to many others but it isn't, and I've spent nearly one entire day googling and trying out everything I could find, but I cannot solve these 404 errors.
I have a website currently running on a shar...
Most of my sites on my server are still 7.3, but in the mean time I have also installed 7.4.
Now I have isntalled my first site on 7.4. But when I composer install that site I get an error that one of the packages requires 7.4 and my php version is 7...
My friend wants to create an ecommerce site which I have said I can do but I want him to set up and control his domain and hosting.
I currently have my own digital ocean and forge set up which I host multiple projects on.
But before I go ahead and ge...
Hi,
I set up 1 Load Balancer with 2 App Servers & 1 DB Server.
But I often get the error "The page has expired due to inactivity. Please refresh and try again. "
How to fix this
I use same APP KEY in the both .env files
Thanks...
I am lost as this is my first time doing something like this. I set up a server and got my git repository on my Forge site. The site is loaded. However, now I am lost, and after searching, I not even sure I am asking the right questions. How do I use...
Hello! I have just created new server running Ubuntu 16.04, added it to Forge (configured to use PHP 7.2), logged into root and ran code provided by Forge. Then added the site and attached GitLab repository. Code was deployed from master branch, ever...