Tovy won't properly start up

Hello! I’ve downloaded a free open-source roblox group managament site, Tovy. Unfortunately, the creators have stopped maintanceing it and stopped support for it. I’ll link the github repo link!

Thanks!

Repo link: https://github.com/grillazsmozi/tovy-help-source

What’s the exact issue your having with Tovy?

Do you want deploy or build logs?

We’re not going to be able to magically figure out the issue from the repo without any view of the logs, in addition to that we’ll not go of platform to provide support and then hiding any potential help from others.

But can we can talk on DC?

Tovy has been discontinued and has now been replaced by Relatio. They state no more changes will be made to the main repository.

I know that. The problem is that Relatio is not released yet. And I need an admin suite as quick as possible.

Have you considered:

  • Paying for Hyra
  • Waiting for RankGun V3

If you don’t plan on using them then you can attempt to show us your logs but if the repository is no longer supported then the issue may be too deeply engrained.

I use Hyra at my work group but it’s too expensive for that a small group of mine.

Is RankGun V3 going to release before october or november?

In that case is it not urgent enough?

It’s supposed to release this summer. So before september 1st.

Oh that’s good. And it’s going to be free or paid versions too?

This is not public info at this point in time, I would recommend joining the RankGun discord so that you can stay up to date.

Okay. Let me search it.

And Its going to contain session logging, documents and LOA requests?

But anyways here is the logs:

Build logs:

context: 88a967d362195109586220f2db14eea1
 
#0 building with "default" instance using docker driver
 
 
 
#1 [internal] load build definition from Dockerfile
 
#1 transferring dockerfile: 241B done
 
 
 
#1 DONE 0.0s
 
 
 
#2 [internal] load metadata for docker.io/library/node:16
 
 
 
#2 DONE 0.3s
 
 
 
 
 
#3 [internal] load .dockerignore
 
#3 transferring context: 59B done
 
#3 DONE 0.0s
 
 
 
#4 [1/7] FROM docker.io/library/node:16@sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b
 
#4 CACHED
 
 
 
 
 
#5 [internal] load build context
 
 
 
#5 transferring context: 13.03MB 0.1s done
 
#5 DONE 0.1s
 
 
 
#6 [2/7] RUN mkdir -p /usr/src/app
 
 
 
#6 DONE 0.7s
 
 
 
 
 
#7 [3/7] WORKDIR /usr/src/app
 
#7 DONE 0.0s
 
 
 
#8 [4/7] COPY . /usr/src/app
 
#8 DONE 0.1s
 
 
 
#9 [5/7] RUN npm install
 
 
 
#9 5.163 npm WARN deprecated signalr-client@0.0.20: This is no longer active
 
 
 
#9 5.288 npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
 
 
 
#9 6.160 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
 
 
 
#9 6.906 npm WARN deprecated har-validator@5.1.5: this library is no longer supported
 
 
 
#9 9.669 npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
 

Everything looks fine here, can you show us the application logs?

What is that? The build failed.

#11 5.242 14:5  Warning: React Hook useEffect has a missing dependency: 'rest.checked'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

#11 5.242

#11 5.242 ./components/home/docs.tsx

#11 5.242 23:5  Warning: React Hook React.useEffect has a missing dependency: 'router.query.id'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

#11 5.242

#11 5.242 ./components/home/sessions.tsx

#11 5.242 23:5  Warning: React Hook React.useEffect has a missing dependency: 'router.query.id'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

#11 5.242 43:13  Warning: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.  jsx-a11y/alt-text

#11 5.242

#11 5.242 ./components/home/wall.tsx

#11 5.242 24:5  Warning: React Hook React.useEffect has a missing dependency: 'router.query.id'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

#11 5.242

#11 5.242 ./components/profile/activity.tsx

#11 5.242 81:5  Warning: React Hook useEffect has missing dependencies: 'data' and 'timeline'. Either include them or remove the dependency array. You can also do a functional update 'setTimeline(t => ...)' if you only need 'timeline' in the 'setTimeline' call.  react-hooks/exhaustive-deps

#11 5.242

#11 5.242 ./components/settings/general/activity.tsx

#11 5.242 38:5  Warning: React Hook useEffect has a missing dependency: 'router.query.id'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

#11 5.242

#11 5.242 info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules

 

#11 5.259 npm timing command:run Completed in 4576ms

#11 5.261 npm verb exit 1

#11 5.261 npm timing npm Completed in 4607ms

#11 5.261 npm verb code 1

#11 ERROR: process "/bin/sh -c npm run build --prod --verbose" did not complete successfully: exit code: 1

-----

> [7/7] RUN npm run build --prod --verbose:

5.242 81:5  Warning: React Hook useEffect has missing dependencies: 'data' and 'timeline'. Either include them or remove the dependency array. You can also do a functional update 'setTimeline(t => ...)' if you only need 'timeline' in the 'setTimeline' call.  react-hooks/exhaustive-deps

5.242

5.242 ./components/settings/general/activity.tsx

5.242 38:5  Warning: React Hook useEffect has a missing dependency: 'router.query.id'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps

5.242

5.242 info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules

5.259 npm timing command:run Completed in 4576ms

5.261 npm verb exit 1

5.261 npm timing npm Completed in 4607ms

5.261 npm verb code 1

-----

 

Dockerfile:10

-------------------

8 |     RUN npm install

9 |     RUN npm run prisma:generate

10 | >>> RUN npm run build --prod --verbose

11 |

12 |     EXPOSE 3000

-------------------

ERROR: failed to solve: process "/bin/sh -c npm run build --prod --verbose" did not complete successfully: exit code: 1