mixman68
(Mixman68)
January 14, 2024, 7:28pm
1
Hello all,
We had just upgrade from 2 to 3 our discourse,
It is stock with no plugin except docker_manager
I have this error on client side :
Nothing server side. I can safe mode with no_plugins only
But I cannot determinate which setting cuz this issue
Can you help me please.
Edit : I already deleted all themes components, so I am on full stock theme
1 Like
Hi, welcome
There is an issue and I’m afraid you will need to rebuild your forum from the console:
Hello,
I am having an issue with MY FORUM where it’s just continuously loading. I did update the docker today and that seems to be what is causing the issue but I don’t know if/how I can revert that. I’m able to access the site in safe mode and have disabled all plugins, elements, and themes but it still won’t load out of safe mode . Any guidance would be appreciated. Thanks!
[Screenshot 2024-01-13 143857]
3 Likes
mixman68
(Mixman68)
January 14, 2024, 7:54pm
4
Thank for fast reply
I need to disable the plugin in yaml ?
Cuz I never upgrade via docker manager
I did ./launch rebuild app
1 Like
There is no need to turn off the plugin; rebuilding to upgrade Discourse should be enough!
1 Like
mixman68
(Mixman68)
January 14, 2024, 8:13pm
6
When I go in safe mode , after rebuild, I am on discourse 3.1.4, and I still cannot load the forum
mixman68
(Mixman68)
January 14, 2024, 8:38pm
7
Hello back, I checked, on stable version (3.1.4), plugin api is 1.8.0, maybe I need to specify something to docker_manager to be in phase with Discourse 3.1.4
import { registerModelTransformer } from "discourse/lib/model-transformers";
import { registerCustomUserNavMessagesDropdownRow } from "discourse/controllers/user-private-messages";
import { registerFullPageSearchType } from "discourse/controllers/full-page-search";
import { registerHashtagType } from "discourse/lib/hashtag-autocomplete";
import { _addBulkButton } from "discourse/components/modal/topic-bulk-actions";
// If you add any methods to the API ensure you bump up the version number
// based on Semantic Versioning 2.0.0. Please update the changelog at
// docs/CHANGELOG-JAVASCRIPT-PLUGIN-API.md whenever you change the version
// using the format described at https://keepachangelog.com/en/1.0.0/.
export const PLUGIN_API_VERSION = "1.8.0";
// This helper prevents us from applying the same `modifyClass` over and over in test mode.
function canModify(klass, type, resolverName, changes) {
if (!changes.pluginId) {
// eslint-disable-next-line no-console
console.warn(
consolePrefix(),
"To prevent errors in tests, add a `pluginId` key to your `modifyClass` call. This will ensure the modification is only applied once."
);
return true;
But how I specify specific tag in plugin command ?
Don
January 14, 2024, 9:12pm
8
3 Likes
mixman68
(Mixman68)
January 14, 2024, 11:59pm
9
This workaround works fine, thank you
1 Like
Cross-posting this here, the problem commit has now been reverted:
My apologies everyone, I must have overlooked something as part of my testing for this change. I have reverted it here, that should solve the issue:
1 Like
system
(system)
Closed
February 14, 2024, 9:36am
11
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.