#dishant0144_32519
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dishant0144_32519, 44 minutes ago, 5 messages
- dishant0144_32519, 19 hours ago, 5 messages
- dishant0144_32519, 21 hours ago, 13 messages
- dishant0144_32519, 23 hours ago, 81 messages
The 404 implies that it's not reachable and/or the file is in the wrong path
Can you guide me where I am doing wrong
LIke as I told you I put that file under wwwroot fodler of my project
The project is in c# .Net core environment
Maybe there's a server configuration issue that prevents the directory/file from being reached? Hard to know without the full URL
that is the ngrok url which I passed to verify the domain
Do you have any solution related to .net core c# language
Again, I need to see the full URL so I can help debug
Otherwise uploading the file and ensuring that it's accessible to external requests should be fine
https://99da-4-151-204-226.ngrok-free.app
This is the url
Yeah, https://99da-4-151-204-226.ngrok-free.app/.well-known/apple-developer-merchantid-domain-association is a 404
You need to ensure that file/directory is accessible and that the file is in the correct path
that is the question I have the structure where any css or js file are accessible from wwwroot fodler which is created in my project
so where I can place this file so apple can verify this]
Well it needs to be in .well-known directory which would exist in the wwwroot
Maye this will help: https://stackoverflow.com/questions/61127821/how-to-serve-static-file-from-asp-net-core-with-period-in-directory-name
I am currently trying to associate Apple Pay with a website. In order to verify the domain, Apple Pay requires that the website be able to serve a specific static file at https://websiteurl/.well-k...