Sticks
Explore posts from serversCDCloudflare Developers
•Created by Sticks on 7/24/2024 in #pages-help
Custom NPM Registry
I cannot deploy to pages because on of my pacakages is not on npmjs's registery, rather a custom URL to a hosted Registry. This Registry does not have auth and I know it's url.
How do I tell pages to use this for the package I need to install from there? I've tried:
- Reading the docs to no avail (confusing on what you even need to do)
- Trying to forcefully set the Registry using a preinstall hook
- Including the tgz in the git repo and using
file:<path>
in pacakge.json to try installing from a file, didn't work.
This is very frustrating to say the least. Please make this more clear in docs!8 replies
CDCloudflare Developers
•Created by Sticks on 7/5/2023 in #general-help
All subdomains on a domain redirect to one server?
Hi, I'm looking to add sort of a "catch all" for domains to go to one server unless otherwise specified.
e.g:
*.example.com
always goes to: xxx.xx.xxx.xx
or
test.example.com (bypasses * rule because its defined) goes to: some ip here
Is this possible?3 replies
CDCloudflare Developers
•Created by Sticks on 6/15/2023 in #pages-help
Client side errors out when using SSR
Domain: https://sticksdev.tech/ (click on projects and any project)
Source page: https://github.com/SticksDev/portfolio-new/blob/main/app/projects/%5Bslug%5D/page.tsx
It errors out with the "Application error: a client-side exception has occurred (see the browser console for more information)."
No useful info in console. What am I doing wrong :(
5 replies
❔ Questions about popups
I'm newer to the UI via xaml + c# space, so I have a question about creation like shown here in the docs:
https://img.sticks.ovh/K8TK5LdSG
How could this be achieved?
9 replies