Rumon
Explore posts from serversCDCloudflare Developers
•Created by Rumon on 9/14/2024 in #general-help
Defining R2 Binding in wrangler.toml
Hi, I have an R2 bucket at EU named "foo". The corresponding S3 URL is like
https://account_id.eu.r2.cloudflarestorage.com/foo
. In my Workers project's wrangler.toml file, I've added it like:
And I've set up GitHub Actions to deploy my Workers. Below is the config:
But it doesn't succeed. I get the following error in the runner:
The API token being used has the following permissions:
Can anyone help me out on this?
foo
is just a dummy name. I'm using the actual name which is shown in the website (and also in the S3 URL).
2 replies
Need Access To Apache Logs
I'm trying to make a template for Nextcloud, which is at https://github.com/msrumon/railwayapp-template-nextcloud. The deployment is successful, but I get (deleted)
- URL: https://nextcloud-production-0234.up.railway.app/ (removed)
500
status when I try to reach it. It says that detailed information about the error can be found in the server logs, but I can't get access to it. Can anyone from the core team help me please?
- Project ID: f58f914a-d00f-4ee2-9dd3-292599b66a19
43 replies
'Dark Mode' isn't being picked up automatically
Although the website has auto switching to dark mode enabled (https://github.com/railwayapp/docs/blob/8155004bd4b298f529c9beec7bcc9ecd8e749576/src/styles/theme.tsx#L60-L67), it's not actually doing so.
15 replies