running Version: 3.0.0.190
I create new app - add module1 - add datasource.
Then I edit module1 and add a view, standard Grid.
Generate the App
Start the internal http server
Click on Open in Browser and I get this:
http://localhost:4200/module-1/timesheets
Cannot GET /module-1/timesheets
So i'm unable to view my App in the browser. Help ?
I edited the datasource field names and just excluded the field names with #
probably the dash (-) in the name. i know that it doesn't do well with dashes when retrieving from OpenEdge backend.
We did find the errors in the output log stating that the datasource field names with "#" was breaking the viewing in the browser.
I edited the datasource field names and just excluded the field names with #