Discourse Custom Wizard Plugin install failed

Hi, new (intending) user here.
So I am having no luck even installing this plugin.

As far as I can establish, I have been following the generic console plugin installation instructions correctly

In particular, I have added the discourse-custom-wizard plugin entry to app.yml as per screenshot below

however when I save app.yml, exit nano then rebuild discourse, the rebuild aborts, with this error result

FAILED
--------------------
Pups::ExecError: cd /var/www/discourse/plugins && git clone https://github.com/discourse/discourse-custom-wizard failed                 with return #<Process::Status: pid 275 exit 128>
Location of failure: /usr/local/lib/ruby/gems/3.3.0/gems/pups-1.2.1/lib/pups/exec_command.rb:132:in `spawn'
exec failed with the params {"cd"=>"$home/plugins", "cmd"=>["git clone https://github.com/discourse/docker_manager", "g                it clone https://github.com/discourse/discourse-data-explorer", "git clone https://github.com/discourse/discourse-bbcod                e", "git clone https://github.com/discourse/discourse-adplugin", "git clone https://github.com/discourse/discourse-cust                om-wizard"]}
bootstrap failed with exit code 128

If I remove the discourse-custom-wizard plugin entry in app.yml and try to rebuild again, the problem goes away.

What am I likely doing wrong?

This is under Discourse version 3.40 beta 3
my site is https://nzarchitecture.net.nz

1 Like

Welcome!

It’s fairly straightforward I believe: your URL is incorrect.

Should be: https://github.com/paviliondev/discourse-custom-wizard

I note you have discourse in place of paviliondev currently.

2 Likes

Thanks @merefield - that did the trick.

3 Likes