Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline mode? #191

Closed
Therealjosephchrzempiec opened this issue May 2, 2020 · 8 comments
Closed

Offline mode? #191

Therealjosephchrzempiec opened this issue May 2, 2020 · 8 comments

Comments

@Therealjosephchrzempiec
Copy link

Hello i was trying the entworked-aframe offline just local network only and it seems i can't Looking at it closely there are some parts where it requires it to be online. Is there a way to do it offline just incase my internet doesn't work? I still would love to play on this when and if my network goes out.

Joseph

@haydenjameslee
Copy link
Collaborator

Make sure you're hosting all the files referenced by <script> tags locally rather than hosting on the internet. You can indeed do what you're trying to achieve if you do that. Which parts did you find that require being online?

@Therealjosephchrzempiec
Copy link
Author

Hello sometimes my internet goes offline and i can not enter the networked-aframe. Shows up as blank. I see the npm and running not sure about the nodejs and aframe part.

Joseph

@haydenjameslee
Copy link
Collaborator

In your index.html file are you referencing any files that aren't hosted locally in script tags?

@Therealjosephchrzempiec
Copy link
Author

Hello yes it is the basic.html file... It looks like theserver is working offline i can render a basic html file. But not the basic.html file.

Joseph

@haydenjameslee
Copy link
Collaborator

Right, I mean within that basic.html file are there any references to script files that are not hosted locally?

@Therealjosephchrzempiec
Copy link
Author

Yes sorry i believe they are the ones.

@vincentfretin
Copy link
Member

This has been answered. Make sure you don't use any external urls in the script tags.

@Utopiah
Copy link
Contributor

Utopiah commented Apr 12, 2023

Suggested doc add via #406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants