Hi All,
Configure app option suddenly stopped working on web appbuilder developer edition.When i click on configure app option it redirects to below ur but i can't see anything on page. No template is being loaded.
https://localhost:3344/webappbuilder/?id=2
But i can access application directly using : https://localhost:3344/webappbuilder/apps/2/
There is no error on console as well as server\logs\appbuilder log file.
Is there any other log maintained by WAB-dev? How can i bring app configure template.
Any help would be appreciated.
Regards,
Prashant.
Solved! Go to Solution.
Prashant,
Strange that there are no errors in the console... Well somehow that app is corrupted and there is only one possible work around that I know of. Create a new app. Once you have created that new app copy the contents of server/apps/2 folder into the new apps folder.
Prashant,
Strange that there are no errors in the console... Well somehow that app is corrupted and there is only one possible work around that I know of. Create a new app. Once you have created that new app copy the contents of server/apps/2 folder into the new apps folder.
Hi Robert,
Thanks for reply. I copied files from previous one and started working. Also, i tried to create zip file for corrupted project and imported into WAB-dev. Both solutions working fine.
Thanks,
Prashant
Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.
Done