sitmun / sitmun-application-stack

SITMUN Application Stack
European Union Public License 1.2
1 stars 2 forks source link

Enhancements for Robustness #3

Open fjlopez opened 5 months ago

fjlopez commented 5 months ago

Describe the bug Several areas need improvement:

To Reproduce

Expected behavior

fjlopez commented 5 months ago

The loadData statements in the changelog must use lowercase file paths. This is particularly important because while Windows and macOS filesystems are often case-insensitive, Linux filesystems are case-sensitive. Using inconsistent case can lead to failures when the code is deployed in a Linux environment.

fjlopez commented 4 months ago

The reverse proxy configuration for the backend was incomplete. Headers required:

fjlopez commented 4 months ago

Based on the dotGIS review, the following changes have been applied:

fjlopez commented 3 months ago

Improvements for deployment with a reverse proxy