nixil
nixil
RRailway
Created by nixil on 7/8/2024 in #✋|help
My PostgreSQL DB is acting up
´ I get this error message: 2024-07-08 11:07:41.516 UTC [29] LOG: checkpoint complete: wrote 5 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.403 s, sync=0.004 s, total=0.413 s; sync files=5, longest=0.003 s, average=0.001 s; distance=19 kB, estimate=19 kB; lsn=0/1C47600, redo lsn=0/1C475C8 Can you help me troubleshoot what's going on with the DB? I can't generate a RSS Feed (it stopped working yesterday) and can't access the db contents from the web, however, I am able to connect to the DB via my local IDE and the application is still adding contents to it so there seems to be some local corruption but I can't figure out where the problem is. Please help.
37 replies
RRailway
Created by nixil on 6/17/2024 in #✋|help
I want to enable special (scandinavian) characters on Railway. Works in local environment.
I have set up a Java Springboot application which fetches HTML content and parses it. Everything works fine except I can't get scandinavian characters (å, ä and ö) to work after deploying. I have tried specifying application.properties but it still doesn't work. Is there a setting I need to do on the railway server side? project-id: d9957bc2-4cac-4a55-807d-267c37d6d5ae
7 replies
RRailway
Created by nixil on 1/16/2023 in #✋|help
disable
I have setup a new front end for my application using Vite + React Typescript. It worked before, but now I'm getting an error when I try to deply: Error: No start command could be found This shouldn't be necessary, afaik - but what could have gone wrong? Any ideas? I tried renaming main.tsx -> index.tsx upon some discussion with a friend, but to no avail.
17 replies