I've created a new static app on Opalstack (of the nginx static only variety). Now i'd like to add basic authentication.
I've tried adding .htaccess and .htpasswd files, then adding them with htpasswd. This produces Adding password for user at the command line, but no password dialog is appearing when I go to the site.
Is this because static-only apps don't support passwords, or should I debug further?