N
Novu2y ago
Nexen

Network error on v10

Hello, just downloaded v10 to have topics and the whole thing is broken. When trying to login/create acc whatever, it shows network error. if its local why is it calling your api (saw api.novu.co somewhere in errors before posting this)?
9 Replies
Nexen
Nexen2y ago
new update - wiped everything and waited for a looong time. now i have upon creation of an account this issue.
Pawan Jain
Pawan Jain2y ago
Are you using latest next branch code?
Nexen
Nexen2y ago
i downloaded zip from release page
Pawan Jain
Pawan Jain2y ago
Can you please try with next branch?
Nexen
Nexen2y ago
later i can, im in the middle of integrating this with flutter, which is a lot of work tbh this is result of web after pulling next branch and wiping out everything before
> novuhq@ start:static:web /usr/src/app
> cross-env nx run-many --target=start:static:build --projects=@novu/web
> NX Running target start:static:build for 1 project(s):
- @novu/web

> nx run @novu/web:"start:static:build"
> @novu/web@0.10.0 start:static:build /usr/src/app/apps/web
> pnpm envsetup:docker && http-server build -p 4200 --proxy http://localhost:4200?
> @novu/web@0.10.0 envsetup:docker /usr/src/app/apps/web
> chmod +x ./env.sh && ./env.sh && mv ./env-config.js ./build/env-config.js
sh: ./env.sh: not found
 ELIFECYCLE  Command failed.
 ELIFECYCLE  Command failed with exit code 1.

> NX Running target "start:static:build" failed
Failed tasks:

- @novu/web:start:static:build
See Nx Cloud run details at https://cloud.nx.app/runs/GUr0MNxALj
 ELIFECYCLE  Command failed with exit code 1.
/bin/sh: git: not found
/bin/sh: git: not found
> novuhq@ start:static:web /usr/src/app
> cross-env nx run-many --target=start:static:build --projects=@novu/web
> NX Running target start:static:build for 1 project(s):
- @novu/web

> nx run @novu/web:"start:static:build"
> @novu/web@0.10.0 start:static:build /usr/src/app/apps/web
> pnpm envsetup:docker && http-server build -p 4200 --proxy http://localhost:4200?
> @novu/web@0.10.0 envsetup:docker /usr/src/app/apps/web
> chmod +x ./env.sh && ./env.sh && mv ./env-config.js ./build/env-config.js
sh: ./env.sh: not found
 ELIFECYCLE  Command failed.
 ELIFECYCLE  Command failed with exit code 1.

> NX Running target "start:static:build" failed
Failed tasks:

- @novu/web:start:static:build
See Nx Cloud run details at https://cloud.nx.app/runs/GUr0MNxALj
 ELIFECYCLE  Command failed with exit code 1.
/bin/sh: git: not found
/bin/sh: git: not found
--
--2y ago
There is a patch to be released that will fix this. You can follow up in this thread: https://discord.com/channels/895029566685462578/1056989581477687457/1059862363999838238
Nexen
Nexen2y ago
its working on v 4d6e24452
--
--2y ago
Then we already pushed the patch 🙂
Nexen
Nexen2y ago
yeah, just noting this for anyone having same issue