[TIMOB-12496] Mobileweb: Opening a mobileweb application results in "File /index.html not found" error
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-01-30T20:36:33.000+0000 |
Affected Version/s | Release 3.0.2 |
Fix Version/s | n/a |
Components | Tooling |
Labels | qe-sdk3.0.2, regression |
Reporter | Anshu Mittal |
Assignee | Chris Barber |
Created | 2013-01-30T08:56:45.000+0000 |
Updated | 2017-03-22T20:52:21.000+0000 |
Description
Opening a mobileweb application results in "File /index.html not found" error.
This is regression since the issue does not occur in 3.0.2.v20130126230207 and 3.0.0 GA as well.
Steps to reproduce:
1. Create a default titanium project.
2. Launch with Mobile web preview in browser.
Actual:
Throws error like: "File /index.html not found"
Expected:
Two tabbed application should be launched.
Not a mobile web bug.
The Titanium SDK you are using has too old of a version of the node-appc library. You must use a 3.0.x branch that has version 0.1.28 of node-appc. I believe you need version 3.0.2.v20130129132248 or newer.
I am unable to recreate the issue using the steps above using the following: Titanium Studio, build: 3.0.2.201301281948 Titanium SDK version: 3.1.0.v20130130004633 or 3.0.2.v20130129171611
Closing ticket as invalid with reference to the above comments.