PWA Project Doesn't Load

So I cloned the PWA boilerplate project from “https://github.com/Wappler/PWA-Boilerplate” twice, for two separate projects. With the projects AS IS, without any modifications, one project lays out fine in the IDE, and the other fails with “Failed to load resource: the server responded with a status of 502” (in the Wappler IDE, not external browser). Using fiddler I can see that localhost:12345 is where the IDE is serving the site files for itself (perhaps for preview mode stuff), but it’s a mystery to me why one works and one doesn’t. I even used a directory compare tool to see file differences and literally only the names of the projects cause some differences in some files (both all lowercase letters, nothing else). I even tried to refresh the node packages on the project that won’t display properly, and still nothing. It appears that localhost:12345 works for one project, and fails to serve files with the other same clone (just different project name). Any insight as to why this may be?

Update: Just deleted the whole second project and re-created from GIT and now it works. The difference I can think of is I had another project by the same name as a website (non PWA) test. I removed the folder to create WPA instead, but did not remove using Wappler first, and the name was stuck in Wappler, after which I then removed it. This time I removed from Wappler first, so obviously it’s a setting somewhere that Wappler stores to track the projects that threw it off.

Community Page
Last updated: