error en Visualneo Web - Forum

Forum Navigation
You need to log in to create posts and topics.

error en Visualneo Web

Dear people, I m doing a app for android (a questions game) it was working great and now it show this error

Se esperaba ')' (main.js?v=1, 1)
[$injector:modulerr] http://errors.angularjs.org/1.7.7/$injector/modulerr?p0=NeoApp&p1=Error: [$injector:nomod]

I´don´t undestud, help.

Thanks

Hi @thibeault

I's hard to say with such a few information but it seems a there is a missing ")" symbol somewhere in your code.
To find out where is the error try to run your app in a Web Browser like FireFox and open the Web Console.
It will tell you the exact filename, line and column where the error is located.
You can even click and take a look at the exact code.

Note that latest VisualNEO Web version comes with new Error Handling commands.
Although this information is for JavaScript will let you understand better how these new commands work:
https://www.w3schools.com/js/js_errors.asp

Regards.