Failing to rebuild after one plugin removed

I have installed the plugin below and everything went fine, after testing it i decided to remove it, but when i did and tried to rebuild i got the message below:

https://github.com/paviliondev/discourse-question-answer

Pups::ExecError: cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+ failed with return #<Process::Status: pid 366 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"web", "cmd"=>["gem update bundler", "find $home ! -user discourse -exec chown discourse {} \\+"]}
ff1d279949d22ae0f09f81327fef1065419a7fabfcd9b89cf0fb9f676cb645ba
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.

please advise who i can fix this problem.

update: i did a rebot for the server, the website came back, the plugin is not showing in the app.yml but still showing in the plugins list inside the dashboard.

The plugin is not in the container
image

but showing in the plugins list inside admin dashboard

1 Like

Hi Jay,

I just pushed a fix for this to discourse_docker, can you try pulling the latest version (git pull in /var/discourse) and then trying your rebuild again?

4 Likes

I had exactly the same problem.

After your fix i’ve done a ./launcher rebuild app and everything works.

Many thanks :slight_smile:

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.