Ore
Ore
RRailway
Created by Ore on 11/3/2023 in #✋|help
PRO Plan switch
Hello, I activated the PRO plan to try it out. I added a project to the team, and now I want to switch back to the regular plan. What do I need to do to make the project personal again and cancel the PRO plan? Thank you.
5 replies
RRailway
Created by Ore on 3/11/2023 in #✋|help
Laravel Problem after last update
Hello, I have a problem with Laravel project, When I deploy I see the following error in the console:
up to date, audited 45 packages in 580ms
7 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Can't open perl script "/assets/transform-config.pl": No such file or directory
up to date, audited 45 packages in 580ms
7 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Can't open perl script "/assets/transform-config.pl": No such file or directory
I have this script in start command:
npm install && (node /app/cron.ts&) && ([ -e /app/storage ] && chmod -R ugo+w /app/storage); perl /assets/transform-config.pl /assets/nginx.template.conf /nginx.conf && echo "Server starting on port $PORT" && (php-fpm -y /assets/php-fpm.conf & nginx -c /nginx.conf)
npm install && (node /app/cron.ts&) && ([ -e /app/storage ] && chmod -R ugo+w /app/storage); perl /assets/transform-config.pl /assets/nginx.template.conf /nginx.conf && echo "Server starting on port $PORT" && (php-fpm -y /assets/php-fpm.conf & nginx -c /nginx.conf)
Before the 403 issue it was working fine. If I remove the start command I can't access either, error 503. Any solution? Thank you.
9 replies
RRailway
Created by Ore on 2/11/2023 in #✋|help
Problem Build in Laravel project
5 replies