Coder Social home page Coder Social logo

Comments (4)

PMcLeanGLX avatar PMcLeanGLX commented on June 29, 2024

This is the log:

/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/parser.js:283
        const message = name === 'notice' ? new messages_1.NoticeMessage(length, messageValue) : new messages_1.DatabaseError(messageValue, length, name);
                                                                                                 ^

error: password authentication failed for user "planka"
    at Parser.parseErrorMessage (/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/parser.js:283:98)
    at Parser.handlePacket (/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/parser.js:122:29)
    at Parser.parse (/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/parser.js:35:38)
    at Socket.<anonymous> (/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/index.js:11:42)
    at Socket.emit (node:events:517:28)
    at addChunk (node:internal/streams/readable:368:12)
    at readableAddChunk (node:internal/streams/readable:341:9)
    at Readable.push (node:internal/streams/readable:278:10)
    at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
  length: 102,
  severity: 'FATAL',
  code: '28P01',
  detail: undefined,
  hint: undefined,
  position: undefined,
  internalPosition: undefined,
  internalQuery: undefined,
  where: undefined,
  schema: undefined,
  table: undefined,
  column: undefined,
  dataType: undefined,
  constraint: undefined,
  file: 'auth.c',
  line: '326',
  routine: 'auth_failed'
}

Node.js v18.20.2

from planka.

Chris-Greaves avatar Chris-Greaves commented on June 29, 2024

Hey @PMcLeanGLX, sorry you are having issues with the chart.

I will try and have a look on the next few days. In the mean time, check the values.yaml files for any properties you may have missed, or settings that need enabled.

from planka.

PMcLeanGLX avatar PMcLeanGLX commented on June 29, 2024

I've gotten it working today, but accessing the webui is just a blank white screen. Doing a curl to the ip shows "you need to enable javascript to run this app"

And for some reason the image points to mattermost/focalboard...

from planka.

Chris-Greaves avatar Chris-Greaves commented on June 29, 2024

Apologies for the delay, life and work got busy.

Just trying to understand the error you are getting. You say you get a white screen, sounds like it's loading the HTML but not any linked assets (images, scripts, etc). Maybe try opening devtools in the browser before opening the page, see if that gives any hints on what is failing.

And for some reason the image points to mattermost/focalboard

Most likely, planka uses a fork of this repo to do it's Kanban boards. https://github.com/mattermost/focalboard

from planka.

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.