core
core copied to clipboard
Editing your Cloudflare worker subdomain breaks database tool
Describe the bug I edited the subdomain for my cloudlfare workers and the database tool for my nuxthub project stopped working. I can see from the logs it's still looking at the old subdomain.
Steps to reproduce Steps to reproduce the behavior:
- Go to cloudflare workers dashboard.
- Click change subdomain in the bottom left (scroll down the right sidebar).
- Go to your nuxthub project's database management tool.
Expected behavior Nuxthub should remain in sync when the subdomain for workers is changed.