wotschofsky / domain-digger

Full Toolkit for Next-Level Domain Analysis
https://digger.tools
GNU Affero General Public License v3.0
338 stars 39 forks source link

DNS Map not working when self-hosting #32

Closed domainbf closed 2 months ago

domainbf commented 2 months ago

Hello, the DNS Map is invalid, and it says Something went wrong! Digest: 1862906764

How should it be configured?

wotschofsky commented 2 months ago

Are you referring to some results page on https://digger.tools are hosting it yourself? If the first is true, please send me the exact URL of the page which is failing.

domainbf commented 2 months ago

Thank you for your reply.

There is nothing wrong with the digger.tools website

I am self-hosting, DNS Map does not work.

I use vercel hosting.

Web site: https://met.as

maaaathis commented 2 months ago

Any error in your Vercel logs?

domainbf commented 2 months ago

IMG_6336 IMG_6337 I didn't notice any errors during installation, but in the deployment log, I found this,

wotschofsky commented 2 months ago

Did you set up the SITE_URL env variable?

maaaathis commented 2 months ago

@domainbf

These logs have nothing to do with the DNS Map page. Take a look at the Function Route: /lookup/[domain] - we are looking for /lookup/[domain]/map because the error occurred on this page and not as a warning on the normal lookup page.

domainbf commented 2 months ago

I did not set up SITE_URL env variable in the installation construction.

wotschofsky commented 2 months ago

Then that's probably it :) Try that and let us know how it goes!

domainbf commented 2 months ago

Solved, I set the URL environment variable, redeployed once and it worked, now there is no problem, everything works fine. The problem was with the URL, Thanks.