Fix unpredictable first load initialization issue
Discord Message
Author: viberubin Channel: #feedback Link: https://discord.com/channels/1405685085923049482/1405686161791516873/1457473266556997864
Once it loads, it stays good. It's a first load issue, and it occurrs unpredictably. But I've been in prod for 24 hours and it still happened once this morning. I think what I'll do is keep plodding along and hope for wildcard cert support. Will you be able to get those from LE, or do you think I'll have to bring my own?
discord-bug
1 Comment
For further context:
Hey, I'm running into some SSL issues. I have a novel (very simple) architecture - I'm serving static HTML and using subdomains to pass variable data to a single index.html. Let me know if this is worth filing a GH issue.
This website is just a test of a Claude Code plugin that generates web apps with this architecture based on simple user prompts. I'm hoping you you can be a VM host for plugin users.
Test VM Setup
cronos.exe.xyzcronos.computer@→exe.xyz*→cronos.exe.xyzMulti-Tenancy Architecture I'm using a subdomain-based multi-tenancy model where:
index.htmlfilewindow.location.hostnameThis means
admin.cronos.computer,tenant1.cronos.computer, andfoo.cronos.computerall serve identical content - the subdomain is purely a data parameter for client-side tenant isolation.Issue A test user visiting
https://foo.cronos.computerreceived:This occurred hours after DNS was configured, on what was likely the first-ever visit to that specific subdomain.
What I've Observed
novelsubdomaintest.cronos.computer) now work immediately*.cronos.computerQuestions
*.cronos.computercert would eliminate first-visit certificate issuance entirely.Environment
amy.cronos.computerThanks for any insights!
Additional Context for Reference
Knowns
Why my architecture is weird The subdomain-based multi-tenancy model means:
*.cronos.computer) would be ideal since all subdomains serve the same contentPossible Causes
Sources