beyondcode / invoker-community

74 stars 2 forks source link

[Bug]: Fails on Forge if using Envoyer #304

Closed keyur555 closed 2 years ago

keyur555 commented 2 years ago

Operating system

macOs BigSur

Laravel Version

latest

PHP Version

PHP v8.07

Project Location

Remote (Server)

Bug description

Invoker can not load a project that uses Forge with Envoyer.io. It shows the error: Unsupported Laravel version detected.

Steps to reproduce

Setup Envoyer.io on a Forge server where there is a "current" folder in the site directory/symlink that contains the whole application

Relevant log output

Unsupported Laravel version detected.
sschlein commented 2 years ago

Did you set your project path to /home/forge/domain/current/ or just to /home/forge/domain?

Envoyer deployments needs the /current path to work.

Please reopen the issue it that's not the case. Thanks