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
Artifacts will be written to the directory specified by ``PARAGON_COMPILED_THEMES_PATH`` (default: ``env/plugins/paragon/compiled-themes``).
140
+
141
+
Troubleshooting
142
+
***************
143
+
144
+
- **No custom themes built or only default tokens generated**
145
+
Ensure that your custom theme directories exist under ``PARAGON_THEME_SOURCES_PATH`` and that their names exactly match those in ``PARAGON_ENABLED_THEMES`` or passed via ``--themes``. If no custom tokens are found, Paragon will fall back to its built-in defaults.
146
+
147
+
- **Themes are not picked up when using --themes:**
148
+
The value for ``--themes`` must be a comma-separated list (no spaces), e.g. ``--themes theme-1,theme-2``.
149
+
150
+
- **Write permission denied**
151
+
Verify that Docker and the Tutor process have write access to the path defined by ``PARAGON_COMPILED_THEMES_PATH``. Adjust filesystem permissions if necessary.
152
+
153
+
- **Error: "Expected at least 4 args"**
154
+
This occurs when the build job is invoked directly inside the container. Always run via Tutor:
155
+
156
+
.. code-block:: bash
157
+
158
+
tutor localdo build-tokens [OPTIONS]
159
+
160
+
- **Other issues**
161
+
Re-run the build with ``--verbose`` to obtain detailed logs and identify misconfigurations or missing files.
0 commit comments