Bernstein
(Carey Bernstein)
May 20, 2019, 12:27pm
1
@David and @Angus recently created this post that helped solve an issue we had exporting my site’s admin-created theme . After updating, we have another substantial problem, now no one can access posts or PMs at https://forum.ackerlygreen.com .
You can see the number of posts, but you’re automatically taken to the bottom of the page and can’t read anything. I attempted to rebuild the forum but received this error:
I can’t see any differences in the admin panel, and I can’t do the few things I know to get the site upright because of these errors.
Any help would be greatly appreciated.
2 Likes
david
(David Taylor)
May 20, 2019, 12:30pm
2
Have you specified DISCOURSE_CDN_URL
in your app.yml
file? If so, make sure it has a protocol at the beginning (e.g. https://
)
1 Like
david
(David Taylor)
May 20, 2019, 12:35pm
3
The visible error on your forum is caused by the retort plugin. Once you manage to successfully rebuild, it should be fixed
I’ve just pushed a fix which removes _.contains from the repo, so this should start working again.
4 Likes
Bernstein
(Carey Bernstein)
May 20, 2019, 12:36pm
4
Thank you @David . Much appreciated.
Bernstein
(Carey Bernstein)
May 20, 2019, 12:42pm
5
@david , I’m so out of my depth here, but this is what the CDN url looks like in my app.yml:
Should it be an absolute url as mentioned in your above response?
david
(David Taylor)
May 20, 2019, 12:47pm
6
Yes, just add https:
to the beginning
6 Likes
Bernstein
(Carey Bernstein)
May 20, 2019, 12:54pm
7
Thanks so much, the forum’s up and running again.
3 Likes