Latest update won't build due to various reasons

I figure out why it’s not working, this script depreciated at latest discourse

<script>
var TopicListComponent = require('discourse/components/topic-list').default;
TopicListComponent.reopen({
    showLikes: true
});
</script>
1 Like

I used SSH console for the most recent update.

I don’t think we were ever running AutoMinify on Cloudflare, but I’ve purged everything.

I’m still getting there errors outside of Safe Mode:

ReferenceError: dt7948 is not defined
Commits · discourse/discourse · GitHub

Uncaught (in promise) ReferenceError: Cannot access ‘PluginOutletComponent’ before initialization

Have you clear all cache and tested in development mode? This sorted our issue.

1 Like

I’ve re-enabled the AI plugin, updated and all seems ok now.

1 Like

How do I do that (clear the cache)? Pls guide.