Smart view broken?

Hello

I have a smart-view which worked well last week but today it stay on loading state. In the devtools browser i can see all data loaded (including my component.js which include my smart-view code). In the console i have this error:

smart-view url :
https://app.forestadmin.com/click-and-care-backoffice/Preprod/ClicknCare/data/lead/index/record/lead/5e5ec10a-d661-492a-a704-56d7d0cd444a/has-many/lead-schedules

  • Project name: click-and-care-backoffice
  • Team name: ClicknCare
  • Environment name: Preprod
  • Agent type & version: forest-express-sequelize@^8.5.10

Hi @Justin_Martin,

I’m on it :eyes:

A fix is on its way, It should be released in the afternoon. I’ll let you know :wink:

1 Like

@Justin_Martin the fix should be live. Try to refresh and let me know if it works :pray:

:thinking: Are you sure the patch is live ? I still got the same error with the same chunk file

My bad it is not, the release is still ongoing sorry :sweat_smile:

1 Like

Okey should be good now for real this time :sweat_smile:

1 Like

This is happening for us as well. All our smartviews are suddenly broken.

Hey @Justin_Martin,

Just to explain what happened yesterday, we are renaming some public components and to not break the smart views we migrate the template of Smart View of everyone (with a template.replaceAll(...)) but in your case you had no template which produced the issue. So I guess you might be using React may be, that could explain the missing template ?
Anyway I added a safety guard to prevent it from crashing for you.

The list of components that are renamed can be find below (I will keep the list up to date):

  • BetaCheckbox has been renamed Form::BetaCheckbox
  • BetaLinkTo has been renamed Navigation::BetaLinkTo
  • BetaBadge has been renamed DataDisplay::BetaBadge
  • TableView has been renamed DataDisplay::TableView
  • Table::TableFooter has been renamed DataDisplay::Table::TableFooter