-
Notifications
You must be signed in to change notification settings - Fork 66
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
Can't get test server or demo to work (fresh install) #741
Comments
Also, I just tried to run "yarn upgrade" on the demo folder and received lots of warnings and "incorrect dependency" messages. Again, I don't know enough about javascript/react/node js to know what these mean or how to resolve them. grahammurt@Grahams-Mac-mini demo % yarn upgrade |
Hi @gmurt , I just tried to follow the readme from a clean install of the repo, and the instructions worked for me to open the app in the iOS simulator. I'm running macOS Ventura 13.6. The error you are seeing indicates that the app cannot communicate with the demo server, so this is a networking issue. Some steps to try: To verify that the demo server is running, can you visit If the demo server can be reached from a web browser, the next step is to check if the iOS simulator can access as well. You can do this by opening Mobile Safari in the iOS simulator and visiting If both of those steps work, can you confirm that the code in |
Thanks Adam, I deleted and did a clean install again from the Repo and it appeared to work on the Mac this time, no idea what I was doing wrong for 2 days. Quick question, I can't seem to find any information regarding deployment to to the device except for using the Expo Go app. Obviously this isn't an option for our customers, is there any information I can find about generating the *.ipa for uploading to TestFlight or the App Store? |
Glad it's working now. Since the demo setup uses Expo for development, you can also follow the Expo documentation to generate binaries for app stores here: https://docs.expo.dev/deploy/build-project/ Let me know if you run into any issues. |
This project looks like it will fit my requirements perfectly but I've been trying for about 2 days now to get the testxml server and demo working but I'm just getting errors.
I've tried everything I can think of, even resorting to wiping my Mac and reinstalling Xcode, Node JS and Yarn on a completely fresh install.
I've tried connecting to the server/demo via a browser, simulator and physical device (using the expo go app) but nothing is working at all so I'm wondering If the installation guide is possibly out of date or missing some steps.
When running Yarn Start, and then pressing w to open in the browser, I receive a "TypeError: Load failed" with "refresh" and "back" buttons displayed below.
When running "yarn iOS" and opening via the QR code in Expo Go, I get a "TypeError: Network request failed"
When running "yarn test:xmlserver" The server starts, but when browse to localhost:8085 all that is displayed in the browser is "Cannot GET /"
I've also tried on my Windows machine and I'm getting the same results. Can anyone shed some light on what might be going wrong and/or how to go about getting the demo working?
Thanks in advance,
Graham
The text was updated successfully, but these errors were encountered: