'Firebase Dynamic Links - There was a problem with your DNS configuration

I'm working with Flutter app and I wanted to connect deeplinks using Firebase. From backend side I'm receiving deeplink eg. "www.domain.com/en?deep_link=R1" when R1 is ID of item (So this link should move user to detailed page with item of given ID).

I went on Firebase console -> Dynamic Links and add new URL prefix called "www.domain.com", after that Firebase showed me this message: DNS configuration problem

Message says to wait 24h until to reflect recent changes. It's been over 26 hours and I still have the same message.

I went to Firebase Hosting section and tried to configure my domain. I added configuration here (Add DNS TXT records, wait 24 hours and add A record to DNS) Firebase Hosting domain configuration but probably it didn't work for me.

Does anyone have any tips on what else I could do with it? I doubt that waiting here will help, because as I wrote, it's been over 26 hours since I added URL in the Firebase Dynamic Links section



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source