Vivian Brown
Vivian Brown
Probably with Nginx! This would involve setting some headers in the app and then proposing an Nginx config to techops.
We store a database interface on the API, which includes all the methods of the SQL database. That interface is only ever satisfied in our code the the SQL database...
The server may be using the in-app defaults rather than the env to connect to the DB
Currently, we make two concurrent connections to a mail server during a hostname check. Making those connections sequential might help avoid aggressive anti-spam measures.
There's a tracking error where we're attempting to send an event to Matomo at `idsite=34s&rec=1&action_name=`. Looks like the site id is being set to `34s` rather than `34`.
This is configurable
Presently the dashboard area 500s when that environment variable is missing.
We should add some error handling for invalid inputs, both when the `preview` controller fails to create a preview object based on the params, and when submitting the previewed page...
See #447
Michelle made a mock-up for this