Setup wizard banner never disappears

The long and short, I’ve completed the setup wizard (I’ve also tried it multiple times) - however the

Welcome to your new Discourse! Let’s get started with the setup wizard :sparkles:

banner never disappears. I’m not sure if this is a bug but I figured I’d post here before considering it one.

Thanks!

2개의 좋아요

안녕하세요 @seraphimrp - 설정 마법사가 표시된다는 소식에 죄송합니다. 혹시 다음과 같은 화면이 표시되고 있는지 확인해 주실 수 있을까요?

반복적으로 "새로운 Discourse에 오신 것을 환영합니다. 설정 마법사로 시작해 보겠습니다"라는 메시지가 뜨는 건가요? 또한, 마법사를 클릭하면 이전에 완료한 원래 디자인을 확인할 수 있는 곳으로 이동하는지 확인해 주세요. 가능하다면 PuTTy 또는 SSH를 사용하여 컨테이너를 재빌드(rebuild)해 보세요. 이렇게 하면 해당 배너가 사라지는 데 도움이 될 수 있습니다:

cd /var/discourse
./launcher rebuild app

2개의 좋아요

Hello :slight_smile:

It doesn’t repeat, no. It’s basically just stuck.

The wizard takes me to the Step 6 page, which I’ve already filled out (it seems that the company name section isn’t sticking in there but it’s in the settings).

I’ve also rebuilt a handful of times to no avail.

1개의 좋아요

This could obviously be bad practice, and is just a gut feeling, but it might help if you turn on the hidden setting bypass_wizard_check? :thinking:

1개의 좋아요

마법사가 이미 작성해 둔 6단계 페이지로 이동합니다. (회사 이름 섹션이 저장되지 않는 것 같지만, 설정에는 이미 입력되어 있습니다.)

이것이 회사 이름과 도메인 이름이 맞습니까? 도메인 URL 앞뒤에 특수 문자나 여분의 공백이 있나요?

1개의 좋아요

설정 마법사가 최근에 업데이트되었기 때문에, 이 문제는 해당 변경 사항의 결과일 수 있습니다. 이제까지 이 문제에 대한 보고가 두 건(The wizard does not save the information) 접수되었으므로, 좀 더 세심한 주의를 기울일 수 있도록 Contribute > Bug 채널로 이 문제를 옮겼습니다. :+1:

3개의 좋아요

Here’s the fix:

https://github.com/discourse/discourse/commit/cfd0a04965fc058012b02d40da05384f61f951a7

This issue was because the wizard last step was not saving changes and that is why the banner was not disappearing. Completing the last wizard step (step 6) again should make the banner go away.

Thanks everyone for reporting this issue and helping with debugging! :heart:

3개의 좋아요

This topic was automatically closed after 17 hours. New replies are no longer allowed.