[SOLVED] Moralis log display error

I dont know why my logs on server dashboard is error for display, please Moralis Team fix for my problem

click here for view

Thanks!

Can you explain the problem? The video didn’t load for me.

What sometimes happens is that you can get a white blank screen in logs if you use logger.info(23) for example instead of logger.info(JSON.stringify(23)). You should use logger.info(JSON.stringify(variable_name)) if that is the case here.

1 Like

ok, I had reset and update server, the log is clean. Now It is work for me! I will re-check for my logger code.

1 Like