You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/pages/configuration/debugging-pages.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,14 @@ or
68
68
69
69
Possible errors in this step could be caused by faulty setup in your Pages project. Review your build command, output folder and environment variables for any incorrect configuration.
70
70
71
+
:::note
72
+
73
+
74
+
Make sure there are no emojis or special characters as part of your commit message in a Pages project that is integrated with Github/Gitlab, it can potentially break a Pages build.
75
+
76
+
77
+
:::
78
+
71
79
### Deploying to Cloudflare's global network
72
80
73
81
Possible errors in this step could be caused by incorrect Pages Functions configuration. Refer to the [Functions](/pages/functions/) documentation for more information on Functions setup.
0 commit comments