You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
theme.ts:47 Uncaught (in promise) ReferenceError: __dirname is not defined
at theme.ts:47:35
at Array.map (<anonymous>)
at getBuiltinThemes (theme.ts:47:4)
at getBuiltinThemesRef (theme.ts:52:2)
at setup (theme.vue:93:23)
at callWithErrorHandling (runtime-core.esm-bundler.js:158:18)
at setupStatefulComponent (runtime-core.esm-bundler.js:7323:25)
at setupComponent (runtime-core.esm-bundler.js:7284:36)
at mountComponent (runtime-core.esm-bundler.js:5679:7)
at processComponent (runtime-core.esm-bundler.js:5645:9)
🥰 Expected Behavior
設定のテーマ画面が開く
🤬 Actual Behavior
設定のテーマ画面が開かない
📝 Steps to Reproduce
pnpm devでMisskeyを起動する
設定のテーマを開く
💻 Frontend Environment
* Model and OS of the device(s): macOS Ventura 13.5.1
* Browser: Chrome 119.0
* Server URL: localhost
* Misskey: 2023.12.0-beta.1 (developブランチ)
🛰 Backend Environment (for server admin)
* Installation Method or Hosting Service: development environment (devcontainer)
* Misskey: 2023.12.0-beta.1 (developブランチの12/1時点)
* Node: v20.10.0
* PostgreSQL:
* Redis:
* OS and Architecture: macOS Ventura 13.5.1
The text was updated successfully, but these errors were encountered:
💡 Summary
#12536 ( #12528 ) の修正で、パスの呼び先を
__dirname
に変えましたが、ブラウザで設定のテーマを開くと永遠にローディングする状態となっているようです。Chromeの開発者コンソールで動作を確認すると、下記のエラーが表示されていました。
🥰 Expected Behavior
設定のテーマ画面が開く
🤬 Actual Behavior
設定のテーマ画面が開かない
📝 Steps to Reproduce
pnpm dev
でMisskeyを起動する💻 Frontend Environment
🛰 Backend Environment (for server admin)
The text was updated successfully, but these errors were encountered: