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
Cloudflare Workers now support preview urls similar to Cloudflare Pages. Unfortunately wrangler's output for those is slightly different than the output from Pages, so the regex doesn't catch it to store in deployment-url.
Example of Wrangler's output:
Version Preview URL: https://an21s8iyi-worker-test.mydomain.workers.dev/
Without that, it's difficult to get access to the url in a version preview (it's available in the output, but its tough to capture it to use elsewhere in my GitHub action).
The text was updated successfully, but these errors were encountered:
btw it seems like preview urls are not correctly disabled on deploy even though I've specified workers_dev = false as described here in the docs: preview url docs
It only disables the worker.dev url, not the preview url. I'm not sure where to report this.
btw it seems like preview urls are not correctly disabled on deploy even though I've specified workers_dev = false as described here in the docs: preview url docs It only disables the worker.dev url, not the preview url. I'm not sure where to report this.
Cloudflare Workers now support preview urls similar to Cloudflare Pages. Unfortunately wrangler's output for those is slightly different than the output from Pages, so the regex doesn't catch it to store in deployment-url.
Example of Wrangler's output:
Without that, it's difficult to get access to the url in a version preview (it's available in the output, but its tough to capture it to use elsewhere in my GitHub action).
The text was updated successfully, but these errors were encountered: