limited-raincoat-94253
05/09/2023, 5:48 PMlimited-raincoat-94253
05/09/2023, 5:49 PM<http://localhost.different.admin.service.com:3000|localhost.different.admin.service.com:3000>
give me errorsglamorous-carpet-83516
05/09/2023, 5:50 PMlimited-raincoat-94253
05/09/2023, 5:51 PMlimited-raincoat-94253
05/09/2023, 5:51 PMlimited-raincoat-94253
05/09/2023, 5:53 PMERROR in ./src/client.tsx:4:21
TS2307: Cannot find module '@flyteorg/common' or its corresponding type declarations.
2 | import * as ReactDOM from 'react-dom';
3 | import ReactGA from 'react-ga4';
> 4 | import { env } from '@flyteorg/common';
| ^^^^^^^^^^^^^^^^^^
5 | import { App } from '@flyteorg/console';
6 |
7 | const WrappedApp = () => {
ERROR in ./src/client.tsx:5:21
TS2307: Cannot find module '@flyteorg/console' or its corresponding type declarations.
3 | import ReactGA from 'react-ga4';
4 | import { env } from '@flyteorg/common';
> 5 | import { App } from '@flyteorg/console';
| ^^^^^^^^^^^^^^^^^^^
6 |
7 | const WrappedApp = () => {
8 | return <App env={env} />;
limited-raincoat-94253
05/09/2023, 5:53 PMglamorous-carpet-83516
05/09/2023, 5:53 PMlate-eye-50215
05/09/2023, 6:01 PMyarn build:types
And then yarn install && yarn start
should work 👍limited-raincoat-94253
05/09/2023, 6:14 PMlimited-raincoat-94253
05/09/2023, 6:14 PMdocker run --rm --privileged -p 30080:30080 -p 30081:30081 -p 30082:30082 -p 30084:30084 <http://cr.flyte.org/flyteorg/flyte-sandbox|cr.flyte.org/flyteorg/flyte-sandbox>
This will complain there is no v1.9 somethingpolite-ability-4005
05/09/2023, 6:38 PMlimited-raincoat-94253
05/09/2023, 6:41 PMlimited-raincoat-94253
05/09/2023, 8:49 PMlocalhost:30080
I did export ADMIN_API_URL=<http://localhost:30080>
and DISABLE_AUTH=1
However, I am getting Failed to fetch data Network Error
can you some help me with this? thankslimited-raincoat-94253
05/09/2023, 8:56 PMlate-eye-50215
05/09/2023, 11:55 PMlimited-raincoat-94253
05/10/2023, 12:05 AMlate-eye-50215
05/10/2023, 12:09 AMlimited-raincoat-94253
05/10/2023, 12:11 AMlimited-raincoat-94253
05/10/2023, 12:22 AM