Home › Forums › General Questions › The ip address could not be found. an error called
- This topic has 13 replies, 3 voices, and was last updated 2 years, 6 months ago by
kdv.
-
AuthorPosts
-
2023-02-24 at 7:42 am #60641
sfwq
Customer1
2023-02-24 at 10:59 am #60648kdv
ParticipantThe external server is accessable only within your local network by it’s local IP adress 192.168.*.*.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-02-24 at 11:32 am #60653kdv
Participantbut someone else says I can’t find my IP address
Where this “someone” is located? In your flat or in another town? )))
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-02-24 at 2:03 pm #60659kdv
ParticipantThe external server interface affects the access from your local network only. By default the link to you app looks as follows
http://localhost:8668/your_app/your_app.html
and you can open it only from the PC where Verge3D is installed. Activating the external interface allows to access apps from your local network (to test on phones via Wi-Fi, for example).But it doesn’t mean that anybody can access now your apps on your PC. They are accessable only inside your local network.
What IP adress your “somebody” enters in his browser? Did you use port-forwarding? Is this “somebody” trying to load the app from your local PC or the app is already uploaded somewhere else?
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-02-25 at 6:59 am #60667sfwq
CustomerI exported the vege3d project and attached the embed to the website.
The first time was fine, but now the client is not able to access the site and see the exported verge3d project.
But when I access the site, there is no problem.
When a client enters the site and accesses the page to which the verge3d project is attached, it says that the ip address cannot be found.2023-02-25 at 7:13 am #60669Yuri Kovelenov
StaffPlease make sure the embedding URL contains a valid domain such as your_client_site.com, and not something like 192.168.1.4 which is only accessible by you.
it says that the ip address cannot be found.
can you share this URL for us to test it out?
2023-02-25 at 7:28 am #60670sfwq
CustomerI checked the embedding and it says link deleted
.
can i change this to my client site url?2023-02-25 at 7:30 am #60671sfwq
Customerlink deleted
This is the url written in the embedding.
Can I replace this with the url I specified that is not v3d?2023-02-25 at 11:42 am #60672kdv
ParticipantIn ideal you should replace the iframe src with
a-section.html
and upload your app to the same server and the same folder where the main (parent) page is located. It’s a bad idea to use cross-domain iframes.Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-02-27 at 7:11 am #60697sfwq
Customer.
2023-02-27 at 7:14 am #60701sfwq
CustomerI exported the verge3d project and attached the embedding to the page.
2023-02-27 at 7:21 am #60702kdv
Participantlink deleted
Your app is working. No errors concerning IP adress.
You’d better add a couple of attributes in the
<iframe>
tag to remove the vertical scroll bar.frameborder="0"
andstyle="position: fixed;"
There is a problem when entering the full-screen mode
And you will have more problems if you plan to use puzzles’ logic and continue to use the cross-origin iframe
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-02-27 at 9:07 am #60715sfwq
Customer1
2023-02-27 at 9:16 am #60718kdv
ParticipantYeap, the page is accessable, the app is working. The same issues as with the previous page.
Ask your client to ping
v3d.net
andcdn.soft8soft.com
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
-
AuthorPosts
- You must be logged in to reply to this topic.