I’m trying to use other that .com .net for the sites, when i tried to use .tech it errors
Can you elaborate it a little further?
Where are you trying to make these changes in the domain? Are these on your own sever/cloud hosting or Frappe cloud?
Hello Kenneth,
Im using own cloud, i have set it up as below
-rw-rw-r-- 1 frappe frappe 14 Mar 22 02:01 apps.txt
drwxrwxr-x 5 frappe frappe 4096 Mar 22 02:01 assets
-rw-r–r-- 1 root root 11 Apr 7 13:55 currentsite.txt
drwxrwxr-x 8 frappe frappe 4096 Apr 7 14:01 sitename.tech
-rw-rw-r-- 1 frappe frappe 516 Apr 7 14:25 common_site_config.json
i have added DNS multitenancy to erpnext..tech using below commands
bench config dns_multitenant on
bench setup add-domain --site .tech erpnext.<sitename.tech>
bench setup nginx
sudo service nginx restart.
Please also note that my previous setup was , .com and my added domain is erpnext..com, which was working
Regards
Hello Again,
I have added erpnext.sitename.net it is working.
i dont understand why .tech is not working, is there any missing files on my setup?
Regards
Hello Again,
I have made it work but using different sitename
erpnext.sitename1.tech
what i want to have is erpnext.sitename.tech, is there something wrong with my ips?
below is my nslookup
root@erpnext:~# nslookup erpnext.sitename.tech
Server:
Address:
Non-authoritative answer:
Name: erpnext.sitename.tech
Address: [IP]
root@erpnext:~# nslookup erpnext.sitename1.tech
Server:
Address:
** server can’t find erpnext.bnext1.tech: NXDOMAIN
root@erpnext:~#
Can you guys help