-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Description
Describe the bug
In chrome I am experiencing a hang when running Astro with the Arcjet integration. This does not occur in Firefox or locally. I've tried restarted chrome.
Link to the blitz that caused the error
https://stackblitz.com/edit/withastro-astro-wwkekfek?file=src%2Fpages%2Findex.astro
Steps to reproduce
- Open the blitz in chrome
- Wait for it to load
- Expect to see "Astro" text appear in preview (but it hangs)
- Confirm by opening a new terminal tab and running:
curl http://localhost:4321/
Expected behavior
"Astro" text appears in preview and curl returns HTML. Try Firefox to see expected behavior
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
No response
Platform
Browser name = Chrome
Full version = 138.0.0.0
Major version = 138
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 80194838,
"usedJSHeapSize": 72582938,
"jsHeapSizeLimit": 4294705152
}
Hash = 96435430
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels