You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When client/web is installed locally, it has an error.
I start the client with commands "yarn start" and login,
and then click Application of side menu.
It shows
ERROR
Cannot read properties of undefined (reading 'filter')
TypeError: Cannot read properties of undefined (reading 'filter')
at children (http://localhost:3000/src_settings_ApplicationContainer_js.ecc6ae88e3430a383d74.hot-update.js:431:54)
I think it is related with 419 line of "src/settings/ApplicationComponent.js"
Hoseong-Seo
changed the title
[title] locally installed client has an error on Applicaion menu
[title] locally installed client has an error on Application menu
Mar 22, 2023
Hoseong-Seo
changed the title
[title] locally installed client has an error on Application menu
locally installed client has an error on Application menu
Mar 22, 2023
@Hoseong-Seo have you configured the .env file in your local environment? There is a script in the client/web folder named update_local_env.sh that you can use to populate your local environment variables for running against your installed SaaS Boost environment.
Yes, I did it. If it's not configured, I can not login to Admin Page. I think It can be timing issue(bug). When it loads application menu, there is no "hostedZoneOptions" value.
When client/web is installed locally, it has an error.
I start the client with commands "yarn start" and login,
and then click Application of side menu.
It shows
ERROR
Cannot read properties of undefined (reading 'filter')
TypeError: Cannot read properties of undefined (reading 'filter')
at children (http://localhost:3000/src_settings_ApplicationContainer_js.ecc6ae88e3430a383d74.hot-update.js:431:54)
I think it is related with 419 line of "src/settings/ApplicationComponent.js"
"
<AppSettingsSubform
isLocked={hasTenants}
certOptions={certOptions}
acmConsoleLink={acmConsoleLink}
hostedZoneOptions={hostedZoneOptions.filter(option => option.name.startsWith(formik.values.domainName))}
route53ConsoleLink={route53ConsoleLink}
>
"
Reproduction Steps
What did you expect to happen?
What actually happened?
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: