Uncaught SyntaxError: Unexpected token '}'

Hi,

I got an internal error similar to the one at Invalid generated coding in UI Builder . I didn’t capture it, wanting to see if it would repeat or not. It did not.

However, since then, I am experiencing the same issue as here : Syntax bug

This happens on page R1-view-my-reminders of application ID D7075715-5086-625A-FFAB-39C2F40FB200

If there is incorrect logic on my side, I can’t seem to find where. But it looks more like some code got corrupted on generation somewhere.

Could you advise as to what to do ?

Hello @Nicolas_REMY

Sorry for inconveniences. You right, generation here was broken(you can see duplication at the end). To fix that I remove everything starting from 108 row.

Could you confirm if issue was fixed?

Regards, Dima

Hi @Dima ,

Thank you for solving this. Indeed it works fine now.
I don’t understand if there is something that I did wrong.
And also quick question : is this something I could have solved myself ?

Thanks again.

I don’t understand if there is something that I did wrong.

No, there are no your fault.

And also quick question : is this something I could have solved myself ?

As I say earlier, you could remove duplicated code fragment, to make that bundle work’s again.
Correct end of file you can see at 106 and 107 rows.