Earn 3,150 ($31.50)
Connect my deployment to custom domain
Bounty Description
Problem Description
The deployed web application is not successfully connecting to the custom domain despite multiple attempts. This issue prevents users from accessing the application via the intended domain name. Additionally, the Google Sign-In authentication must remain functional after implementing the domain change.
Acceptance Criteria
The web application is successfully accessible via the customer domain.
HTTPS is enabled and correctly configured for the custom domain.
Google Sign-In authentication continues to work without issues.
No disruption to existing users or application functionality.
DNS changes are correctly propagated and verified.
Technical Details
Verify DNS settings and ensure correct configuration (A record, CNAME, etc.).
Confirm that the hosting provider supports custom domain mapping and configure necessary settings.
Ensure SSL certificates are correctly issued and renewed (e.g., via Let's Encrypt or another provider).
Update application environment variables or settings if needed to support the new domain.
Check Google OAuth credentials to confirm the authorized domain list includes the new custom domain.
Conduct end-to-end testing to confirm authentication, application stability, and domain accessibility.
Link to Project