function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
veeran gadipudi 3veeran gadipudi 3 

Hey i am getting Internal server error 565450031-66031 (1040450755) : Any help would be much appreciated!

NagendraNagendra (Salesforce Developers) 
Hi Veeran,

Sorry for this issue you are encountering.

This type of error indicates that an error has occurred that hasn't been trapped by the platform - a low-level java exception for example.  All you can really do in terms of resolution is raise this with support and wait for a response.
 
If you need to move quicker than, start removing functionality from the component to isolate where the problem occurs and see if there are any other mechanisms you can use.

There may be - I'd use a binary chop technique of commenting out half the code and seeing if the error goes away, and narrow down from that.

You may contact Salesforce support at the below email address: Hope this helps.

Kindly mark this as solved if the information was helpful.

Thanks,
Nagendra
 
veeran gadipudi 3veeran gadipudi 3
Thanks for your time Nagendra!
I try to remove bit by bit n finally i just gave HELLO WORLD. still throws same error. but funny thing is its working fine in another sandbox. i deploy everything to new sandbox for function testing,its throwing error like this.
Anyway Thanks for your help!