Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.28 KB

faqs.md

File metadata and controls

31 lines (19 loc) · 1.28 KB

FAQs

1. Why can't I create a link?

Please check the Cloudflare KV bindings, the KV environment variable name should be all uppercase letters.

Screenshots KV

2. Why can't I log in?

Please check if NUXT_SITE_TOKEN is set to pure numbers, Sink does not support pure number Tokens, we consider this to be unsafe.

3. Why can't I see the analytics data?

Analytics data needs to read Cloudflare's data, check if NUXT_CF_ACCOUNT_ID and NUXT_CF_API_TOKEN are correctly configured. Pay attention to the account id deployment zone id, whether the Worker analytics engine is turned on.

Screenshots Analytics

4. I don't want the current homepage? Can it be redirected to my blog?

Of course. Please set the environment variable NUXT_HOME_URL to your blog or official website address.

5. Why can't I see the statistics after deploying with NuxtHub?

NuxtHub's ANALYTICS points to its dataset, you need to set the NUXT_DATASET environment variable to point to the same dataset.