mixman68
(Mixman68)
14 Gennaio 2024, 7:28pm
1
Ciao a tutti,
Abbiamo appena effettuato l’aggiornamento da 2 a 3 del nostro discourse,
È di serie senza plugin tranne docker_manager
Ho questo errore sul lato client:
Niente lato server. Posso entrare in modalità sicura solo con no_plugins
Ma non riesco a determinare quale impostazione causi questo problema
Potete aiutarmi per favore.
Modifica: Ho già eliminato tutti i componenti del tema, quindi sono sul tema di serie completo
1 Mi Piace
Ciao, benvenuto
C’è un problema e temo che dovrai ricostruire il tuo forum dalla 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 Mi Piace
mixman68
(Mixman68)
14 Gennaio 2024, 7:54pm
4
Grazie per la rapida risposta
Devo disabilitare il plugin in yaml?
Perché non aggiorno mai tramite docker manager
Ho eseguito ./launch rebuild app
1 Mi Piace
Non è necessario disattivare il plugin; ricompilare per aggiornare Discourse dovrebbe essere sufficiente!
1 Mi Piace
mixman68
(Mixman68)
14 Gennaio 2024, 8:13pm
6
Quando entro in modalità provvisoria, dopo la ricostruzione, mi trovo su discourse 3.1.4 e non riesco ancora a caricare il forum
mixman68
(Mixman68)
14 Gennaio 2024, 8:38pm
7
Ciao di nuovo, ho controllato, sulla versione stabile (3.1.4), l’API dei plugin è 1.8.0, forse devo specificare qualcosa a docker_manager per essere in linea con 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;
Ma come si specifica un tag specifico nel comando del plugin?
Don
14 Gennaio 2024, 9:12pm
8
3 Mi Piace
mixman68
(Mixman68)
14 Gennaio 2024, 11:59pm
9
Questo workaround funziona bene, grazie
1 Mi Piace
Riposto qui, il commit problematico è stato annullato:
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 Mi Piace
system
(system)
Chiuso
14 Febbraio 2024, 9:36am
11
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.