orangeboi
orangeboi
Explore posts from servers
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
qwik build runs - npm run build.types - npm run build.client - npm run build.server - npm run lint if npm lint returns errors now that stops the node process which causes cloudflare to stop building
20 replies
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
figured out the issue, it's from qwik plus changes with how cloudflare handles build commands
20 replies
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
ah gotcha
20 replies
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
if you do it may have something to do with their latest version and isolated-vm
20 replies
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
do you use the builder qwik sdk by any chance?
20 replies
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
it’ll work when you build locally with npm run build & npm run deploy vs pushing to your branch and having the GitHub cloudflare integration do the build
20 replies
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
I have a fix
20 replies
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
I've had the NODE_VERSION variable in my cloudfllare workers and page settings set to 20.11.1 for weeks now
20 replies
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
what's odd is that it says Node.js v18.5.0 which I know is old, but this came out of nowhere? my project doesn't say to use, nor does my cloudflare setup
20 replies
CDCloudflare Developers
Created by orangeboi on 9/20/2024 in #pages-help
return this.listener.apply(this.target, arguments);
21:49:07.766 node:events:652
21:49:07.766 return this.listener.apply(this.target, arguments);
21:49:07.766 ^
21:49:07.767
21:49:07.767 q [Error]: Error while executing user command. Exited with error code: 1
21:49:07.767 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
21:49:07.767 at Object.onceWrapper (node:events:652:26)
21:49:07.767 at ChildProcess.emit (node:events:537:28)
21:49:07.767 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
21:49:07.767
21:49:07.767 Node.js v18.5.0
21:49:07.924 Failed: build command exited with code: 1
21:49:09.681 Failed: error occurred while running build command
21:49:07.766 node:events:652
21:49:07.766 return this.listener.apply(this.target, arguments);
21:49:07.766 ^
21:49:07.767
21:49:07.767 q [Error]: Error while executing user command. Exited with error code: 1
21:49:07.767 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
21:49:07.767 at Object.onceWrapper (node:events:652:26)
21:49:07.767 at ChildProcess.emit (node:events:537:28)
21:49:07.767 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
21:49:07.767
21:49:07.767 Node.js v18.5.0
21:49:07.924 Failed: build command exited with code: 1
21:49:09.681 Failed: error occurred while running build command
the build log ends with this
20 replies
RRailway
Created by orangeboi on 2/22/2024 in #✋|help
Adding Custom Domain causes issues with credentials
thank you so much for the support 🙏
15 replies
RRailway
Created by orangeboi on 2/22/2024 in #✋|help
Adding Custom Domain causes issues with credentials
oh dumb mistake on my end I created a custom domain in a different environment of the same project 🙃
15 replies
RRailway
Created by orangeboi on 2/22/2024 in #✋|help
Adding Custom Domain causes issues with credentials
yes
15 replies
RRailway
Created by orangeboi on 2/22/2024 in #✋|help
Adding Custom Domain causes issues with credentials
the behaviour makes me think that when I added a custom domain, it didn't copy the data in the database that is a part of the MedusaJS backend
15 replies
RRailway
Created by orangeboi on 2/22/2024 in #✋|help
Adding Custom Domain causes issues with credentials
It's a instance of MedusaJS, and by user credentials I mean email and password
15 replies
RRailway
Created by orangeboi on 2/22/2024 in #✋|help
Adding Custom Domain causes issues with credentials
9c49abc0-ec7c-4537-83ab-82b5248aab9b
15 replies