Attacler/Bart
Attacler/Bart
Explore posts from servers
RRailway
Created by Attacler/Bart on 6/26/2024 in #✋|help
Cannot connect to internal network
No description
14 replies
NNuxt
Created by Attacler/Bart on 4/9/2024 in #❓・help
Nuxt useRoute is not reactive
Hi there, Im trying to use a computed with useRouter inside a Pinia store. A snippet of my code:
const route = useRoute();

const currentOrganisationID = computed(() => {
route.redirectedFrom;
console.log({ route });
return route.params.orgID;
});
const route = useRoute();

const currentOrganisationID = computed(() => {
route.redirectedFrom;
console.log({ route });
return route.params.orgID;
});
Somehow it looks like the console.log is never triggered altho i am using the variable inside of my Vue code.
2 replies
RRailway
Created by Attacler/Bart on 3/15/2024 in #✋|help
Error while trying to restore DB dump
Hi there, I am trying to restore a DB backup but it always says the errors that are inside the attached printscreen. How to fix this?
51 replies
RRailway
Created by Attacler/Bart on 2/13/2024 in #✋|help
Dont send crash mails when sleeping
Hi there, Somehow i always receive mails about my service crashing when it wakes up from sleep. Any way to correct that?
20 replies
RRailway
Created by Attacler/Bart on 1/26/2024 in #✋|help
Backup does not seem to work
No description
23 replies
RRailway
Created by Attacler/Bart on 1/10/2024 in #✋|help
Move an instance + volume from dev -> prod
I (by accident) migrated a database into dev instead of production. Everything is already connected (altho a few secs downtime is no issue) Can i somehow move the DB instance + volume into production? Or do i have to recreate it?
3 replies
RRailway
Created by Attacler/Bart on 1/5/2024 in #✋|help
Sleep does not work
No description
23 replies
RRailway
Created by Attacler/Bart on 1/4/2024 in #✋|help
Container cannot connect to database
No description
18 replies
RRailway
Created by Attacler/Bart on 12/18/2023 in #✋|help
Cannot connect to DB
No description
6 replies
RRailway
Created by Attacler/Bart on 10/27/2023 in #✋|help
Postgis custom version
No description
33 replies
NNuxt
Created by Attacler/Bart on 5/11/2023 in #❓・help
WARN Duplicated imports "uuid", the one from "ProjectPath/server/utils/generate
I get this error alot for a project of mine. Basicly every export seems to be marked as duplicated imports. Does anyone got an idea about why this happends and how i can avoid it?
4 replies
NNuxt
Created by Attacler/Bart on 4/25/2023 in #❓・help
Github Codespace & Nuxt HMR not working
No description
2 replies
RRailway
Created by Attacler/Bart on 3/20/2023 in #✋|help
How to enable GZIP?
Hi there, Is it possible to enable GZIP on railway?
5 replies
NNuxt
Created by Attacler/Bart on 2/10/2023 in #❓・help
Middleware on the client side?
Is it possible to make the middleware run on the client side? I need it to check authentication towards another service.
10 replies
DDeno
Created by Attacler/Bart on 1/24/2023 in #help
How can i return a base64 as file on Deno Deploy?
Could someone give me an example for this?
9 replies
NNuxt
Created by Attacler/Bart on 12/28/2022 in #❓・help
Can i make components SSR only?
I saw the AstroJS framework where they only sent the JS code that actually needes to the client They allow for attributes for components like: - client:idle (only load when the client has loaded everything else) - client:visible (only load when the component is visual) Can this be done with Nuxt? Basicly to eliminate any JS thats not required for the client side. Example: the footer has some components inside of it but after rendering on the server, it wont the JS anymore
4 replies
RRailway
Created by Attacler/Bart on 12/21/2022 in #✋|help
Does anyone know how to select a nodejs version?
I have the following issue while building my app: 5.215 [error] Error: error:0308010C:digital envelope routines::unsupported Dec 21 17:18:03.158 #13 5.215 at new Hash (node:internal/crypto/hash:71:19) Dec 21 17:18:03.158 #13 5.215 at Object.createHash (node:crypto:130:10) Dec 21 17:18:03.158 #13 5.215 at module.exports (/app/node_modules/webpack/lib/util/createHash.js:135:53) Dec 21 17:18:03.158 #13 5.215 at NormalModule._initBuildHash (/app/node_modules/webpack/lib/NormalModule.js:417:16) Dec 21 17:18:03.158 #13 5.215 at handleParseError (/app/node_modules/webpack/lib/NormalModule.js:471:10) Dec 21 17:18:03.158 #13 5.215 at /app/node_modules/webpack/lib/NormalModule.js:503:5 Dec 21 17:18:03.158 #13 5.215 at /app/node_modules/webpack/lib/NormalModule.js:358:12 Dec 21 17:18:03.158 #13 5.215 at /app/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:373:3 Dec 21 17:18:03.158 #13 5.215 at iterateNormalLoaders (/app/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:214:10) Dec 21 17:18:03.158 #13 5.215 at Array.<anonymous> (/app/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:205:4) Dec 21 17:18:03.158 #13 5.215 at Storage.finished (/app/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:55:16) Dec 21 17:18:03.158 #13 5.215 at /app/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:91:9 Dec 21 17:18:03.158 Dec 21 17:18:03.158 #13 5.215 at /app/node_modules/graceful-fs/graceful-fs.js:123:16 Dec 21 17:18:03.159 #13 5.215 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) Its based on Nuxt 2 and google says that i should select another NodeJS version. However i dont know if that is the right solution because its using the same version as previous builds.
19 replies
NNuxt
Created by Attacler/Bart on 12/9/2022 in #❓・help
Browser is undefined on a mobile view?
No description
7 replies
NNuxt
Created by Attacler/Bart on 12/5/2022 in #❓・help
Can i use hashmode for routing?
Is it possible to use hashmode which results in: /user -> /#/user /settings -> /#/settings Right now im trying to deploy to a static site hosting which does not automaticly resolve the .html page ect.
4 replies
NNuxt
Created by Attacler/Bart on 12/2/2022 in #❓・help
nuxi generate --watch is not working
When using "nuxi generate --watch" it is only generating the nuxt app once, is there any way to make it watch all the source files and generate based on changes?
3 replies