Internal error snackbar coming up in UI Builder Codeless

Application ID: D7075715-5086-625A-FFAB-39C2F40FB200

Oops. An internal error [50a8b0aef2a72384b844ce24ea3e8a7c] has occurred. We are working on it. Please try again later

image

Problem description

Whenever I make a change in Codeless UI builder, each action generates this error. The logic seems to be saved, though. Most of the time.

image

Example of snackbars piling up when making several changes.

Additional info about this : it seems it applies only to one specific logic :

App ID = D7075715-5086-625A-FFAB-39C2F40FB200
Page = M1-…
Component = SearchForm
On Submit Event

I tried to reproduce the issue, but could not. Here’s what I see:

For some reason, this seems related to the “getSessionLanguage” custom function that I have and use without any issue in other places of my app.

Thanks Mark, I tried removing the function entirely, reloaded the page, and put it back in. Perhaps you tried during that timespan. I just reloaded again and have retried the exact thing you did and I get an error.

Still no luck reproducing the issue:

Strange resolution : instead of passing my function directly as an argument in another, I declared a variable and used the variable in the parent function. No more issue :flushed::exploding_head:

It works so let’s not spend any more time on this, but I admit I don’t understand what the issue was.

Thanks for looking into it.