Jacob van Mourik
Jacob van Mourik
I ran into an issue where my assets could not be loaded. It turns out that my project had `@scope/project` as name in package.json, which caused the build to prepend...
When I enable SRI with: ``` SRI: { enabled: true, crossorigin: 'anonymous' } ``` the `crossorigin` attribute will not be set, the `integrity` attribute does however. Am I missing something,...
### Current Behavior When setting an API_BASE_URL via docker, one request is not altered with the correct base URL: https://domain.tld/api/v1/configProperty/public/general/default.locale ### Steps to Reproduce 1. Set an API_BASE_URL environment variable...