You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i just using laravel herd to replace my laravel valet. Right now, I'm having an issue when i connected external db with my laravel app, it return 502 bad gateway. It working fine if i using local db. Can i know how can i solve this issue .
I seem to have a similar issue after updating to Herd 1.13.0 today, all of my five repos now fail with "502 Bad Gateway", MacOs 14.5 (23F79) Apple M2 Max, Postgres DB
After a lot of trial and error I uninstalled and reinstalled Herd; that did not solve the problem. Then I looked more into the actual 502 Bad gateway error and used lsof -i :80 from the command line to find that there where lot of entries for valet hanging on port 80.
These entries were originating from my pre-Herd valet installation; found and deleted the (non-Herd) valet directory. That did away with the port 80 instances and solved the problem outright. Herd is now behaving as expected.
Platform
macOS
Operating system version
macOs Sonoma
System architecture
Mac M2
Herd Version
1.13
PHP Version
No response
Bug description
Hi, i just using laravel herd to replace my laravel valet. Right now, I'm having an issue when i connected external db with my laravel app, it return 502 bad gateway. It working fine if i using local db. Can i know how can i solve this issue .
DB_CONNECTION=oracle
DB_HOST=xx.xx.xx.xx
DB_PORT=1521
DB_DATABASE=xxx
DB_USERNAME=xxx
DB_PASSWORD=xxx
Steps to reproduce
use an external db like below example:
DB_CONNECTION=oracle
DB_HOST=xx.xx.xx.xx
DB_PORT=1521
DB_DATABASE=xxx
DB_USERNAME=xxx
DB_PASSWORD=xxx
Relevant log output
No response
The text was updated successfully, but these errors were encountered: