Getting "an internal error has occurred" message

Any ideas, I can provide a clone link if necessary. app was working fine. All other forms on the app are working fine, all the data is being pulled from the database as normal. The form template seems like its not instantiating

That seems unexpected! Have you changed this app at all since it was last working?

A clone link would be most useful; otherwise a screenshot of the browser console would help!

I don’t believe i changed anything, i can upload a clone link if necessary, would rather not as this app will be used in production soon for a client

i can upload screen shots of the expanded console error messages too

I’m curious, does the vague error still occur if you fix the syntax error (the break occurring outside of a loop). Obviously, yes, the error should be different from what you are experiencing, but I’m just wondering if the two are related.

1 Like

interesting, i change the break to a pass and its working again

Ah yes, okay, when I add a break statement outside a loop in the server module, I get the proper error; however, the same thing in the client gives me the internal server error.

Anvil central will fix if it is possible (may be Skulpt related).

3 Likes