Allen
Allen
A somewhat related issue I have is with requests to local endpoints which have hostnames (ie: mappings defined in `/etc/hosts`). Our setup needs requires hostnames for SSL, so we use...
Any progress on this? I'm experiencing this with Jest `v29.7.0` and LogLevel `v1.8.1`.
I looked in Jest's issue list and found one solution that seems to work in https://github.com/jestjs/jest/issues/687 - https://github.com/jestjs/jest/issues/687#issuecomment-370080590 It involves mapping the `console.xxx` methods to the LogLevel counterparts. This works...
@mitch1009 Were you able to deploy your build without needing the Node.js runtime?
@zackarychapple I'm not sure what your setup is, but I wrote some basic notes on hosting a static SPA on S3 here: - https://github.com/web-infra-dev/modern.js/discussions/5501#discussioncomment-9070123
> We have provided deployment solutions based on Vercel, Netlify, and general Node.js some time ago. For details, please check [Deploy Application](https://modernjs.dev/en/guides/basic-features/deploy.html). > > if you have other platforms that...
@zllkjc I wrote up these notes on how we were able to configure Modern.js to produce a "static SPA". Pretty much, we wanted to be able to copy the build...
I'm also getting this error on both Edge (`121.0.2277.106`) and Chrome (`121.0.6167.139`) with the extension version `0.31`. It doesn't happen on Firefox (`122.0`) with version `0.31` of the extension. This...