Retool Error #185

  1. My goal: Other retool apps are workings fine. For specific page getting this error:

  2. Issue: As on retool we not have control over states of react. How to debug it and fix it? Need help!!

  3. Steps I've taken to troubleshoot: In the browser console only this error code is visible. Which component is breaking what is not mentioned. So it is hard to debug.

  4. Additional info: Attaching screenshots:

Also encountering this issue. Clicking on the reload button loads the page properly for me. The page experiencing this issue for me has not been updated recently. It started happening early today.

I'm having the same issue! I notice the error presents on tables with server side pagination that require the pagination.

Hello, we are using client side pagination.

Same issue here.

Found the solution:

Change Index Type from Data to Display, if Data is set. This worked for me.

Check my latest comment.

Some users were seeing this error in edit mode also and therefore weren't able to update the table settings from the app edit UI. In this case you can export the app's json (from the app library page)

and update the json manually - you'd need to update "indexType","data" -> "indexType","display" in the json:

then save the json and reimport it :+1:

Why was this an issue? The reason behind it?

Hello! Since yesterday all my tables using server side pagination stoped loading.
Instead, the application blocks completely and the tables seem to go into a client-side infinite loop. Occasionally, an error is presented and reads:

retool Error: Minified React error #185;

We're having the same issue, users need to click "Reload" every page load

Hi! This error is being discussed here with some workarounds as we work to resolve this on our end :pray:: Retool Error #185 - #7 by utkarshwork

2 Likes

Thanks, this seems to be solved now for us

1 Like

As soon as I open my app, I get this message:

Something went wrong
Error ID: e9209ace939b462b97865bf5e184372d
Minified React error #185; visit Minified React error #185 – React for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

My app has a table, when I refresh a couple of times, the error appears on the table sometimes. Other times the error disappears. I cannot figure out why this is.

Hi @ggallese! We are aware of this minified react error and are looking into fixing it asap. A potential workaround for now can be found here.

Just checking in to say a fix has been pushed, so everything should be working fine now. :star2:

Commenting here to say I merged similar threads about this bug into this one thread.