Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 BUG: Could not get log, Page Error: Invalid URL string. #4040

Closed
willin opened this issue Sep 27, 2023 · 4 comments
Closed

🐛 BUG: Could not get log, Page Error: Invalid URL string. #4040

willin opened this issue Sep 27, 2023 · 4 comments
Labels
bug Something that isn't working

Comments

@willin
Copy link

willin commented Sep 27, 2023

Which Cloudflare product(s) does this pertain to?

Pages

What version(s) of the tool(s) are you using?

⛅️ wrangler 3.10.0

What version of Node are you using?

18

What operating system are you using?

Mac

Describe the Bug

https://domain.js.cool/ Invalid URL string.

Please provide a link to a minimal reproduction

https://github.com/willin/domain-remix-refactor

Please provide any relevant error logs

image

Real-time Log: Could not establish websocket connection. Begin log stream to try again.

Wrangler tail:

❯ npx wrangler pages deployment tail
 ⛅️ wrangler 3.10.0
-------------------
Select a project:
❯ domain-remix-refactor
No deployment specified. Using latest deployment for production environment.
/Users/v0/Sites/domain.willin.wang/node_modules/.pnpm/wrangler@3.10.0/node_modules/wrangler/wrangler-dist/cli.js:30947
            throw a;
            ^

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)
Emitted 'error' event on WebSocket instance at:
    at emitErrorAndClose (/Users/v0/Sites/domain.willin.wang/node_modules/.pnpm/wrangler@3.10.0/node_modules/wrangler/wrangler-dist/cli.js:108144:17)
    at ClientRequest.<anonymous> (/Users/v0/Sites/domain.willin.wang/node_modules/.pnpm/wrangler@3.10.0/node_modules/wrangler/wrangler-dist/cli.js:108044:9)
    at ClientRequest.emit (node:events:514:28)
    at TLSSocket.socketErrorListener (node:_http_client:495:9)
    at TLSSocket.emit (node:events:514:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -54,
  code: 'ECONNRESET',
  syscall: 'read'
}
@willin willin added the bug Something that isn't working label Sep 27, 2023
@penalosa penalosa added the needs reproduction Needs reproduction from OP label Sep 29, 2023
@penalosa
Copy link
Contributor

Thanks for opening an issue! Unfortunately, I'm not able to access your reproduction repo—could you ensure it's public?

@willin
Copy link
Author

willin commented Sep 29, 2023

oh... i've deleted...

@willin
Copy link
Author

willin commented Sep 29, 2023

@RamIdeas RamIdeas removed the needs reproduction Needs reproduction from OP label Oct 9, 2023
@admah
Copy link
Contributor

admah commented Feb 26, 2024

@willin I'm going to close this as we are not able to reproduce. For more info on how to access logs with Pages Functions, please see https://developers.cloudflare.com/pages/functions/debugging-and-logging/. If you are able to provide a repo and instructions, please open a new issue.

@admah admah closed this as completed Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
None yet
Development

No branches or pull requests

4 participants