Yubo Wang
05/09/2023, 5:48 PM<http://localhost.different.admin.service.com:3000|localhost.different.admin.service.com:3000>
give me errorsKevin Su
05/09/2023, 5:50 PMYubo Wang
05/09/2023, 5:51 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} />;
Kevin Su
05/09/2023, 5:53 PMJason Porter
05/09/2023, 6:01 PMyarn build:types
And then yarn install && yarn start
should work 👍Yubo Wang
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 somethingByron Hsu
05/09/2023, 6:38 PMYubo Wang
05/09/2023, 6:41 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? thanksJason Porter
05/09/2023, 11:55 PMYubo Wang
05/10/2023, 12:05 AMJason Porter
05/10/2023, 12:09 AMYubo Wang
05/10/2023, 12:11 AM