Code Monkey home page Code Monkey logo

Comments (5)

sasokovacic avatar sasokovacic commented on July 20, 2024

@Develeapment did you solve it? I have the same problem

from recipes.

Audit-a-la-Carte avatar Audit-a-la-Carte commented on July 20, 2024

Can't recall, sorry! I think it was merely getting back to an older version, since something broke in that release?

from recipes.

antonmedv avatar antonmedv commented on July 20, 2024

So what's problem? Please describe.

from recipes.

sasokovacic avatar sasokovacic commented on July 20, 2024

I have the same problem. I have two laravel projects. Both version 5.5. In one everything is working ok, in the other I get the same error... When I deploy it, there is no vendor folder but there is also no error for deploy:vendor task... The only difference is they are deployed to different VPS servers... The one that is working is on manually configured rackspace cloud, the other is on digitalocean's vps managed by serverpilot...

from recipes.

manikbajaj avatar manikbajaj commented on July 20, 2024

I faced the same problem and it turned out that I had removed my storage folder from the .gitignore file and the same got pushed to the remote server upon deployment which caused this error. This has got nothing to do with deployer but with Laravel itself.

Just so it helps someone with the same issue, this is how I resolved it:

  1. Add the /public/storage folder to your .gitignore file.
  2. Ensure it is removed from your git cache as well git rm --cached
  3. Push the latest release to git and ensure that /public/storage has been removed successfully.
  4. Use the deployer to revert back to a previous release on the server dep rollback <host>
  5. now deploy the most recent release once again dep deploy <host>

Hope this helps !

from recipes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.