Open Jimmylet opened 3 years ago
Hmmm strange are you using windows as your localhost dev machine? If so would be good to rule out it messing with files, e.g: https://github.com/jackbrycesmith/laravel-caprover-template/issues/12#issuecomment-735006416
Otherwise the next thing I would try is to replace all instances of %(ENV_LARAVEL_PATH)s
with /srv/app/
in your /.deploy/config/supervisor.conf
Hello jackbrycesmith,
Thank you for your reply.
I have deployed a new instance to Amazon EC2. I did the installation again. Everything is working now.
The only difference: I had chosen an ARM processor, can this affect the incompatibility?
However, I have read that starting with version 1.8.1., Caprover supports these processors.
It's okay, the problem is solved for me.
Good to hear! Yeah I didn't realise but right now ARM isn't supported because of the supervisor implementation image we're pulling in doesn't have a build for it.
I'd expect everything to work once this is replaced. I'll wait to see if they provide newer compatible builds. You can get it working now if you build it from source in your Dockerfile. π
Thank you for your reply ! Good to know that, have a nice day! And thank you again for this template.
Hello,
Thanks for this great guide.
When I inspect my application logs, I get this error message:
/ usr / local / bin / supervisord: line 1: syntax error: unexpected "("
It runs in a loop and it regenerates the entrypoint.sh
Can you help me find out why it does this?
Laravel 8 and PHP 8.0.3 (server: AWS EC2 T4G)