Wenbin Fang

Results 37 comments of Wenbin Fang

probably you used a project name that was not accepted by cloudflare, eg, containing illegal characters, or the name is already used by someone else. could you change a project...

we should've added an extra step to check if a project name is legal before actually deploying to cloudflare pages . TODO...

> > * Make this work in production - "If record exists, update; else insert". Currently we have to do a hack "update AND insert": https://github.com/microfeed/microfeed/blob/main/edge-src/models/FeedDb.js#L358 > > Is it...

> What about adding Sitemap for submitting the website to search engines? @Suleman-Elahi Good call. It's added to the "Ideas" https://github.com/microfeed/microfeed/discussions/58 Hopefully we'll get to that soon. Or if anyone...

Can you post full error message (or screenshot) here? This will make troubleshooting easier. Thanks!

Where do you place the .vars.toml ? It should be under the root directory, at the same level as package.json

How does your .vars.toml file look like? You can copy & paste here and remove all the secret values (or replace with some placeholders) Bear with me - remote troubleshooting...

One way to troubleshoot on your end (by yourself) is to instrument some console.log in the scripts. After all, this is an opensource project and you have all the source...

Your .vars.toml looks good to me. I'm afraid I run out of guesses on what went wrong on your end.. We'll leave this issue open. Maybe people who run into...

sounds like a Windows-specific issue... anyways, we'll leave the issue open. This could be a good pull request if anyone is interested to make it work on Windows. I might...