Invalid URL #113

Closed
opened 2025-12-29 09:23:15 +01:00 by adam · 1 comment
Owner

Originally created by @mrg358 on GitHub (Sep 17, 2025).

GoDoxy v0.18.4 this error shows up in logs. Login works fine.

godoxy-frontend  | TypeError: Invalid URL
godoxy-frontend  |     at nb (.next/server/edge/chunks/[root-of-the-server]__1eff1b12._.js:13:77340)
godoxy-frontend  |     at async handler (.next/server/edge/chunks/[root-of-the-server]__1eff1b12._.js:13:78110)
godoxy-frontend  |     at async (.next/server/edge/chunks/[root-of-the-server]__1eff1b12._.js:13:36435)
godoxy-frontend  |     at async tt (.next/server/edge/chunks/[root-of-the-server]__1eff1b12._.js:13:32814) {
godoxy-frontend  |   code: 'ERR_INVALID_URL',
godoxy-frontend  |   input: '/login',
godoxy-frontend  |   base: 'http://:3000'
godoxy-frontend  | }

I can't reproduce this error on other node.
Only difference I see in browser console is missing favicons for 2 apps
Minified React error #418 shows up on both nodes.

Uncaught Error: Minified React error #418; visit https://react.dev/errors/418?args[]=text&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

GET
https://godoxy.my.domain.com/api/v1/favicon?alias=godoxy
[HTTP/3 500  212ms]

GET
https://godoxy.my.domain.com/api/v1/favicon?alias=splitpro
[HTTP/3 502  200ms]
Originally created by @mrg358 on GitHub (Sep 17, 2025). GoDoxy v0.18.4 this error shows up in logs. Login works fine. ``` godoxy-frontend | TypeError: Invalid URL godoxy-frontend | at nb (.next/server/edge/chunks/[root-of-the-server]__1eff1b12._.js:13:77340) godoxy-frontend | at async handler (.next/server/edge/chunks/[root-of-the-server]__1eff1b12._.js:13:78110) godoxy-frontend | at async (.next/server/edge/chunks/[root-of-the-server]__1eff1b12._.js:13:36435) godoxy-frontend | at async tt (.next/server/edge/chunks/[root-of-the-server]__1eff1b12._.js:13:32814) { godoxy-frontend | code: 'ERR_INVALID_URL', godoxy-frontend | input: '/login', godoxy-frontend | base: 'http://:3000' godoxy-frontend | } ``` I can't reproduce this error on other node. Only difference I see in browser console is missing favicons for 2 apps Minified React error #418 shows up on both nodes. ``` Uncaught Error: Minified React error #418; visit https://react.dev/errors/418?args[]=text&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. GET https://godoxy.my.domain.com/api/v1/favicon?alias=godoxy [HTTP/3 500 212ms] GET https://godoxy.my.domain.com/api/v1/favicon?alias=splitpro [HTTP/3 502 200ms] ```
adam closed this issue 2025-12-29 09:23:15 +01:00
Author
Owner

@yusing commented on GitHub (Sep 18, 2025):

Missing favicon is normal. The two other errors won't cause issues.

@yusing commented on GitHub (Sep 18, 2025): Missing favicon is normal. The two other errors won't cause issues.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy#113