Preview URLs gets disabled (automatically?) for no apparent reason

Hey everyone, I have a github repo set up with automatic deployment and Preview URLs on PRs. Recently, the setting for preview urls in the project settings gets disabled without me touching it. I'm guessing there's an automation or a rule or something that gets it to disable but honestly not really sure how to tackle that. I have to manually get to project settings and turn it back on. Any ideas how to even debug that?
2 Replies
Walshy
Walshy19h ago
The default for this got changed from true to false In your wrangler config you'll want to set preview_urls to true I assume you're changing only in dash so every prod deploy is disabling it (when it sets the subdomain trigger)
Noy
NoyOP19h ago
Thank you! I'll try it now. ugh 😵‍💫

Did you find this page helpful?