Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
1 vote
1 answer
77 views

I have a .app domain which I started hosting via Laravel Forge & Hetzner due to my main domain being a php-based app. Now, I want to host the self-hostable version of Plausible, plausible-ce so I'...
Stelios Papamichail's user avatar
1 vote
0 answers
31 views

My Database happens to be hosted on https://forge.laravel.com/ They appear to be using MySQL8 if that makes a difference. I'm writing a Tomcat application from which I would like to connect to this ...
LostAndConfused's user avatar
1 vote
0 answers
38 views

How can I troubleshoot and resolve the issue where the CSS is not working after deploying my CodeIgniter app on Laravel Forge? What seems to be the problem? Please tell me what you need to see to ...
Maryjoy Tan's user avatar
-1 votes
2 answers
910 views

I've had a 504 Gateway Timed Out error for two days on my website hosted on Laravel Forge. After a lot of investigation and testing, I've deduced that only certain models are causing the problem (such ...
Guillaume Cazin's user avatar
0 votes
1 answer
273 views

I have a weird problem with Akeneo CE 7.0.41 and uploading media to server (product images, avatars, pdf's... etc.) When uploading any media file, I get 403 forbidden error from Nginx. The POST ...
Shamppi's user avatar
  • 445
1 vote
1 answer
311 views

Something is wrong with command running on Laravel Forge via their scheduler. I have plenty of commands there already and all of hthem are running just fine. Scheduler setup is generic, it calls ...
Gino Pane's user avatar
  • 5,031
0 votes
1 answer
51 views

Is it possible to customize the views of the various errors such as server error 500 or 404 etc. in Laravel Forge? If so, how? Where are these files located?
Morex's user avatar
  • 37
0 votes
1 answer
112 views

I installed Metabase as a service on the server and I have it booted but I have a problem in the Nginx configuration. I am using Laravel Forge for the project and I need to change the Nginx ...
vuenew's user avatar
  • 11
2 votes
1 answer
960 views

I've been using spatie/browsershot for some time without issue. At some point recently I must've updated the packages or something changed and now it's not working once deployed to Forge. I've ...
hyphen's user avatar
  • 3,620
-1 votes
1 answer
920 views

I recently updated the versions of Node and NPM on my server on Forge from Node v14.19.0 to v18.17.1 and NPM v.6.14.16 to v9.6.7. I have also updated my dependencies. Not sure if this is relevant, but ...
Brad Ahrens's user avatar
  • 5,184
-1 votes
1 answer
161 views

I'm trying to deploy a laravel application using Laravel Forge and am getting this in my logs when I try to deploy. Thu Jul 20 22:14:23 UTC 2023 From github.com:jas0123uah/noted_laravel * branch ...
jas123's user avatar
  • 11
0 votes
0 answers
142 views

I'm using Laravel Forge with Akamai/Linode (Ubuntu with nginx) to deploy an app built with Laravel. On my local development environment (which runs Apache), all is good and things run smoothly. When ...
Robert's user avatar
  • 1
0 votes
2 answers
718 views

Our app was running on a single server on Laravel Forge, but we had to recently add another one, so we did it and put both of them together on a new AWS ELB, we preferred that over Forge's ELB ...
Brayan's user avatar
  • 460
0 votes
0 answers
706 views

I recently did a deploy to Laravel forge and my power went out. When it came back, the deploy failed, and is just hanging on @php artisan package:discover --ansi and it just exist with the following ...
Cornel Verster's user avatar
0 votes
1 answer
976 views

I have 2 AWS EC2 instances sitting behind an Application Load Balancer. On each instance I have multiple multi-tenant Laravel apps deployed (app1.com, app2.com). As they are multi-tenant they'll have ...
Marcus Christiansen's user avatar
1 vote
2 answers
3k views

I am trying to update node to version 18 from version 14 as my old version is no longer supported. I have tried running npm install -g node but it fails to execute. I can't install n either to make ...
Lim Han Yang's user avatar
0 votes
0 answers
221 views

I have a project made using laravel. Site is multi-language. First segment of URL is language code but for default language I don't want to add language code. Examples: mydomain.com/something and ...
EchoAro's user avatar
  • 838
1 vote
2 answers
1k views

I have a Laravel project that I manage with Laravel forge. The website is provisioned, the database is correctely working. I can even fully access the DB trough commands on Git bash by doing ssh forge@...
Marco Rifo's user avatar
1 vote
0 answers
258 views

Some Info I have a Laravel app setup on AWS server using Laravel Forge with nginx web server (this information may be irrelevant). The goal On one of the pages, I'm trying to serve an image which is ...
sohal07's user avatar
  • 482
0 votes
0 answers
178 views

I have a question: I am looking to deploy my app to Laravel Forge. Now my app does save images locally on the server, but when I scale my app and add load balancers, I think saving images on different ...
Moemen Hussein's user avatar
2 votes
0 answers
498 views

We would like to create a dev environment in laravel forge. The site is working correctly, but when we run npm run dev it won't load CSS and assets. How can we configure Nginx on laravel forge and ...
Apród Illés's user avatar
0 votes
0 answers
342 views

My AWS EC2 instance (20.04 LTS) created using laravel suddenly got down and I am unable to login with ssh. I stop the instance and started again several times, but still it is showing the error ...
Angom's user avatar
  • 773
0 votes
0 answers
168 views

I'm hosting a wordpress site on forge laravel. In one of my files I want to use ssh2_connect. But the ssh2 php module isn't installed. The site is running on PHP 8.0. I've tried to install it through ...
Rolinda Strijker's user avatar
1 vote
2 answers
1k views

Ubuntu 18.04. Nginx. The server used to be hosted by Laravel Forge. Now - no, in free swimming. There were no changes on the server - everything that was created and configured by Forge remained. I ...
Alex's user avatar
  • 75
0 votes
1 answer
198 views

I built a small blog where a editor can create articles and post it and users can read it without login. The issue that I'm having is the following : In production server, if a user try to access a ...
gianmarco varrone's user avatar
0 votes
1 answer
1k views

I'm trying to deploy a web with Laravel Forge and AWS. I created an EC2 instance using Laravel Forge control panel. I created a security group for this instance. Outbund rules Inound rules v1 Inbound ...
alexdevs's user avatar
1 vote
0 answers
525 views

I'm having issues with file permissions on my forge site. Files that are uploaded can't be downloaded again. I ran sudo chmod g+rwxs storage and then it worked, but later stopped working. My ...
hyphen's user avatar
  • 3,620
0 votes
0 answers
682 views

I'll preface this by saying my understanding of apps in pusher is that they're like environments, and the keys/secrets separate the environments, so there shouldn't be a case where things cross over. ...
hyphen's user avatar
  • 3,620
0 votes
0 answers
276 views

I'm really struggling to configure my RDS instance to be accessible from my EC2 instance (created with Laravel Forge), as well as being able to access it locally from my SQL IDE. I'd like the RDS ...
hyphen's user avatar
  • 3,620
0 votes
1 answer
358 views

I'm using Laravel Forge to run a simple deploy script. npm run build calls 'vue-cli-service build'. Script below. The script 'ends' on DONE Build complete. The dist directory is ready to be ...
A-Bop's user avatar
  • 68
0 votes
0 answers
204 views

Yesterday I switch my log level from 'critical' to 'error' in production server (laravel forge) and I received the below error continuously around every 5 to 10 seconds: PDOException: SQLSTATE[42S02]:...
Angom's user avatar
  • 773
0 votes
2 answers
3k views

I am using Laravel Forge with AWS EC2 Instance to build a CI/CD Pipeline for a SAAS Laravel project. Error Attachment: https://i.sstatic.net/hsMdK.png The configurations are fine but when it comes to ...
Hafiz Zain Ul Abideen's user avatar
0 votes
1 answer
218 views

I have a subdomain that I need to redirect to a completely different domain. This subdomain was set up as a CNAME that pointed to Shopify, now it's being removed completely. Lets say the subdomain is ...
shorn's user avatar
  • 1,357
-1 votes
1 answer
2k views

I am using Laravel Forge to manage my servers and websites. So generating SSL certificates via Let's Encrypt is also done vie Forge. Somehow one of my domains throws me an error (see attached). This ...
Brotzka's user avatar
  • 2,825
0 votes
2 answers
7k views

After running sudo apt-get update && sudo apt-get dist-upgrade on my Laravel app, I'm getting this error on the next deployment: - This package requires php ^7.1.3 but your PHP version (8.1.6) ...
Tom Bom's user avatar
  • 1,721
3 votes
1 answer
857 views

I have one server on my Forge account with two sites. One is a production site while the other is a staging website. For example: domain.com test.domain.com Both rely on the same Github repository, ...
Baspa's user avatar
  • 1,168
0 votes
2 answers
1k views

Overview I have a Laravel 9 application which is hosted with Digital Ocean. I use Laravel Forge to handle provisioning of the servers, management, etc. I've created two separate servers for my ...
Denis Priebe's user avatar
  • 2,895
0 votes
0 answers
362 views

My setup is working properly locally but apparently I'm getting a 401 issue on laravel forge for my laravel-fortify-sanctum basically I use laravel fortify for authentication then sanctum to get a ...
tom_cruz's user avatar
  • 411
-1 votes
1 answer
335 views

I wrote a custom artisan command ("get App's Metrics") and added it to the Kernel on my Forge-hosted site to used Laravel's awesome scheduler feature to run it every night. class Kernel ...
Andrew Koper's user avatar
  • 7,341
1 vote
0 answers
294 views

We are trying hard to deploy Laravel website with Wordpress on Laravel Forge but are unable to do so. Say, if our domain is example.com, the blog should be example.com/blog. However, what we currently ...
Raj's user avatar
  • 11
0 votes
1 answer
2k views

I am using Spatie's Laravel Media Library (v7) to create a pictures gallery. Locally (using Valet), the path to the file is OK. "/media/45/conversions/image-thumb.jpg" The equivalent path in ...
Richard's user avatar
  • 111
2 votes
4 answers
4k views

Locally project runs fine. On the server getting this error while sending POST request to the POST route in Laravel 9 API. "message": "The GET method is not supported for this route. ...
Vadim's user avatar
  • 599
0 votes
2 answers
2k views

I'm building a web app using Laravel 8.6, Vue 3.2, and hosting on AWS with Laravel Forge. Everything works fine locally and on staging. However, when I deploy the app to production, some people ...
Brad Ahrens's user avatar
  • 5,184
0 votes
2 answers
220 views

We have a lot of images on Cloudinary that we are requesting using original URLs with the <img> tag, and we are trying to find a way to request these images with paramters, without changing any ...
WillyB's user avatar
  • 11
0 votes
1 answer
70 views

I have a system built in Laravel 8, hosted by DigitalOcean and deployed using GitLab and Forge. I have three branches, dev/staging/master that are linked to various domains, separately controlled by ...
Andreas Christodoulou's user avatar
1 vote
0 answers
545 views

We send a verification link via the Laravel email verification. A 403 error occurred frequently when the user clicked on the verification link. But the error did not always occur, for some users the ...
Grabbus's user avatar
  • 11
0 votes
1 answer
947 views

I am using the in-built HTTP basic access authentication for Laravel Forge. I am currently using basic_auth for all routes. I would like to exclude one route (basic_auth off). I tried to customise the ...
Darren Murphy's user avatar
3 votes
0 answers
3k views

I have an existing site at foo.mysite.com. I need to move it to bar.mysite.com such that all urls are permanently redirected to their equivalent e.g. foo.mysite.com => bar.mysite.com foo.mysite.com/...
Inigo's user avatar
  • 8,755
1 vote
1 answer
961 views

I have developed a Laravel app, deployed a staging version via Laravel Forge and have put in place Basic Auth for all locations which works fine. I need to remove Basic Auth from one location but ...
Zakalwe's user avatar
  • 1,662
0 votes
1 answer
618 views

Am working with laravel forge, today am just restarted forge from admin panel like in image laravel forge but after restart, the server stopped and can't open it now server giving me disconnected ...
Mohamed Hemdan's user avatar

1
2 3 4 5 6