• Resolved devseo

    (@devseo)


    Hello,

    I am getting an error (please check the screenshot) when I click the Register Domain button.

    My website WordPress Address (URL) and Site Address (URL) showing in HTTP (screenshot) do you think is this a problem?

    How to fix it?


    Thank You

    • This topic was modified 2 years, 6 months ago by devseo.
    • This topic was modified 2 years, 6 months ago by devseo.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Clayton R

    (@mrclayton)

    Hi @

    The issue is the link https://www.akasolutionsllc.com/.well-known/apple-developer-merchantid-domain-association is not returning the text of the domain association file. You should do the following:

    1. Login to your server and check the root directory of your WordPress installation and see if the /.well-known directory exists and the domain association file is there.
    2. If it doesn’t exist, manually add the domain association file.
    3. Once you have done that, click the register domain button again.
    4. If that doesn’t work, make sure your webserver is configured to output the domain association file correctly. If you’re using nginx, your config should have something like the following:
    location /.well-known {
            allow all;
            default_type text/plain;
        }

    Kind Regards

    Thread Starter devseo

    (@devseo)

    Hi, thanks for your reply! I am using AWS Linux server (Bitnami) could you please guide step by step how to fix it?

    Thank You

    Thread Starter devseo

    (@devseo)

    Hello, It’s AWS Apache server, please guide me to fix it

    Thank You

    Thread Starter devseo

    (@devseo)

    Hello, I have migrated my website on Hostinger hosting but I am still getting the same error!

    please help me to fix this I have no Idea what to do!

    Thank you

    Plugin Author Clayton R

    (@mrclayton)

    Hi @devseo

    You will need to lookup the configuration guide for your Apache server, which should have instructions on how to ensure the domain association file is served correctly.

    With Apache, you can modify the main configuration file, or add a .htaccess file in the well-known directly that adds the text/plain mime type.

    If you search on Google there are guides on what to do.

    Kind Regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Apple Pay domain registration error’ is closed to new replies.