The account settings page is empty. I logged in via Google's OAuth provider. There's no option to change anything.
I also can't make a company profile, but to save or upload a floor plan, your front-end code is expecting that to exist.
Edit:
> const {companyName: Z, logo: Q, measurements: K} = b.sessionDataSchema.userData.companyProfiles[0]
In your minified code. There is no `companyProfiles` for my logged in user.
The account settings page is empty. I logged in via Google's OAuth provider. There's no option to change anything.
I also can't make a company profile, but to save or upload a floor plan, your front-end code is expecting that to exist.
Edit:
> const {companyName: Z, logo: Q, measurements: K} = b.sessionDataSchema.userData.companyProfiles[0]
In your minified code. There is no `companyProfiles` for my logged in user.