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
{{ message }}
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
**Issue**: Server fails to start with configuration error
287
+
265
288
-**Solution**: Double-check that your config file has the correct path format for your OS (Windows uses backslashes, Unix uses forward slashes)
266
289
-**Solution**: Ensure all required directories specified in the config actually exist on your system
267
290
268
291
**Issue**: Data not found
292
+
269
293
-**Solution**: Verify the `PREPPED_DATA_DIR` path is correct and contains the required MPA dataset files
270
294
-**Solution**: When using Docker, check that the volume mount path (`-v ./data:/data/reefguide`) is correct and the `data` directory contains your files
271
295
272
296
#### Docker-Specific Issues
273
297
274
298
**Issue**: Docker container exits immediately after starting
299
+
275
300
-**Solution**: Check Docker logs with `docker logs <container-id>` to see the specific error
276
301
-**Solution**: Verify that your `config.toml` is named correctly (not `.config.toml`) in the data directory
277
302
278
303
**Issue**: "Permission denied" errors when accessing data directory
304
+
279
305
-**Solution**: Check file permissions on your data directory and ensure the Docker user has read/write access
280
306
281
307
#### Performance Issues
282
308
283
309
**Issue**: Slow COG generation
310
+
284
311
-**Solution**: Increase the `COG_THREADS` value in your config (recommend 2-4)
285
312
-**Solution**: Ensure the server has sufficient memory for processing (minimum 4GB recommended)
286
313
287
-
288
314
#### Authentication Issues
289
315
290
316
**Issue**: JWT token rejected as invalid
317
+
291
318
-**Solution**: Verify the token's issuer (`iss` claim) matches exactly what's in your config
292
319
-**Solution**: Check that the token is not expired
293
320
-**Solution**: Ensure the `WKT_ENDPOINT` is accessible from the server
0 commit comments