My project won't delete

Getting a "something went wrong" error message when you delete your project in the webapp?

This usually happens when a large project causes the webapp to time out before the project has been deleted.

Delete the project through the command line instead with this quick guide.

  1. Find the project ID for the "problem project" by checking the URL /pro/projects/###

  2. Run the following commands in the console as dradispro

    $ cd /opt/dradispro/dradispro/current/
    $ RAILS_ENV=production bundle exec rails console
    irb> Project.find( ##ID## ).destroy
    irb> exit

    Note: make sure to sub in that project ID for ##ID## above!

Great job, you reached the end of the guide! Have you read all of them?

Seven Strategies To Differentiate Your Cybersecurity Consultancy

You don’t need to reinvent the wheel to stand out from other cybersecurity consultancies. Often, it's about doing the simple things better, and clearly communicating what sets you apart.

  • Tell your story better
  • Improve your testimonials and case studies
  • Build strategic partnerships

Your email is kept private. We don't do the spam thing.