Failed to load plugin

After 1.8 update my plugins throw an error in mobile app “Failed to load plugin”.

I’ve tried changing min app version in manifest file as chatGPT suggested, but it didn’t help.

Maybe someone knows where the problem could be?

Sorry for the obvious question, but you’ve tried to update your community plugins?

I’ve created those plugins myself, that’s the problem.

I feel with you… Finding your own errors, could be a difficult task.

Have you tried using the logstravaganza plugin, and see if you get any error messages? And if you don’t get any, maybe you should try adding debug console.log() messages within the initial functions of your plugins to help you determine when it fails.

The thing is, the plugin works as it should and it logs all the steps it does in console without any error logs (they are also in the code). I only get that error message when opening Obsidian app. Something must have changed in Obsidian itself after the 1.8 update and I can’t find what.

I’m sorry that I can’t help any further, but maybe it’s something related to what you return from the initiating calls to your plugin? Could it possible help to revisit the sample plugin to see if it returns something which you don’t, which is causing it to report the load as a fail?

I’ll try that, thanks!