Coder Social home page Coder Social logo

Comments (6)

benphelps avatar benphelps commented on September 22, 2024

If you could provide logs from the browser console and the container console, it would help to narrow down the problem.

from homepage.

DavidAllmon avatar DavidAllmon commented on September 22, 2024

Container Log:
Listening on port 3000
(node:1) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use node --trace-warnings ... to show where the warning was created)
[Error: ENOENT: no such file or directory, open '/app/config/services.yaml'] {

errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/app/config/services.yaml'
}
[Error: ENOENT: no such file or directory, open '/app/config/services.yaml'] {

errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/app/config/services.yaml'
}
[Error: ENOENT: no such file or directory, open '/app/config/services.yaml'] {

errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/app/config/services.yaml'
}
services.yaml was copied to the config folder
bookmarks.yaml was copied to the config folder
widgets.yaml was copied to the config folder
docker.yaml was copied to the config folder
[
500,
Error: read ETIMEDOUT
at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -110,
code: 'ETIMEDOUT',
syscall: 'read'
}
]
[
500,
Error: read ETIMEDOUT
at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -110,
code: 'ETIMEDOUT',
syscall: 'read'
}
]
[
500,
Error: read ETIMEDOUT
at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -110,
code: 'ETIMEDOUT',
syscall: 'read'
}
]

Browser Console:
co

from homepage.

mrbagpipe avatar mrbagpipe commented on September 22, 2024

I have the same problem. I also captured the Network request that is failing:

image

As for the container logs, the look the same as @Nomlla's

homepage | Listening on port 3000
homepage | (node:1) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
homepage | (Use `node --trace-warnings ...` to show where the warning was created)
homepage | [Error: ENOENT: no such file or directory, open '/app/config/services.yaml'] {
homepage |   errno: -2,
homepage |   code: 'ENOENT',
homepage |   syscall: 'open',
homepage |   path: '/app/config/services.yaml'
homepage | }

I also tried using the IP address to no avail

from homepage.

DavidAllmon avatar DavidAllmon commented on September 22, 2024

I have the same problem. I also captured the Network request that is failing:

image

As for the container logs, the look the same as @Nomlla's


homepage | Listening on port 3000

homepage | (node:1) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time

homepage | (Use `node --trace-warnings ...` to show where the warning was created)

homepage | [Error: ENOENT: no such file or directory, open '/app/config/services.yaml'] {

homepage |   errno: -2,

homepage |   code: 'ENOENT',

homepage |   syscall: 'open',

homepage |   path: '/app/config/services.yaml'

homepage | }

I also tried using the IP address to no avail

I believe the latest update fixed this issue. I'm only saying that because this issue was fixed after last update.

from homepage.

benphelps avatar benphelps commented on September 22, 2024

Yeah, the latest update fixed some cases where loading would fail due to some specific configuration cases.

The 404 is fine, it's just part the i18n support looking for a more specific language than en, but we're sharing the same one for en-US and en-GB.

from homepage.

github-actions avatar github-actions commented on September 22, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns.

from homepage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.