denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: No way to set DNS records with Deno Deploy without setting up a custom domain #622

Open adamzerner opened 7 months ago

adamzerner commented 7 months ago

Problem description

Is there a way to set DNS records with Deno Deploy without setting up a custom domain? I'm not seeing one.

The context is that I want to use Resend to send emails to users to allow them to reset their password. In order to get set up with Resend, you need to set a few DNS records. I have my app all set up with Deno Deploy, but I'm not seeing a way to set the DNS records.

Screenshot 2024-02-12 at 8 00 51 PM

Steps to reproduce

  1. Deploy an app on Deno Deploy without a custom domain.
  2. Try to set up DNS records.

Expected behavior

A way to set up DNS records.

Environment

No response

Possible solution

No response

Additional context

I'm cross posting here (original post) based on the advice in this comment.