Laravel app build failing
I have a Laravel app that I'm trying to deploy on Railway, but the build keeps failing:
I have tried using both Nixpacks and Heroku Buildpacks, both throw the same error. Any idea on what's causing this?
4 Replies
can you send the full build logs using Nixpacks
here's the full log: https://pastebin.com/BGRfAHLA
Pastebin
==============Using Nixpacks============== ββββββββββββββββββββββββ...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
UPDATE: found the problem, All I had to do was to set up the env variable
APP_URL
for it to work.π
i'll close this then