radixhound/ember_sample_routing 2
This is a sample site with Ember.js based off of the starter kit and using routing.
Goliath is a non-blocking Ruby web server framework
A modern, simple and very fast Mysql library for Ruby - binding to libmysql
radixhound/automated-testing-best-practices 0
An example project showing how to create robust and maintainable acceptance tests
radixhound/capybara_narrative 0
A page objects library for capybara that focusses on the narrative
Quick Rails + React app to get product details from amazon.com
Hubot script for managing limited resources (e.g. staging servers)
Ruby client library for NSQ
issue commentjaredpalmer/razzle
Just commenting to say that we're using Razzle and After.js on Clayton Homes' main website and some of the sub-sites around. It's been a really nice solution to some of our server side rendering woes!
comment created time in 3 hours
push eventjaredpalmer/razzle
commit sha eb8c086a1efdd946a57bcc3c6d99d0b42446ea37
fix(examples): use a valid version
push time in a day
push eventjaredpalmer/razzle
commit sha eca777bc04b8d0445477a681ee111b84a7dc1032
Update customization.md
push time in 2 days
issue closedjaredpalmer/razzle
CORS-related issue at client-side
🐛 Bug report
Current Behavior
In Firefox Developer Edition(latest) I get this error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:3001/static/js/client.js. (Reason: CORS request did not succeed).
Here's the official explanation of this error from Mozilla.
The HTTP request which makes use of CORS failed because the HTTP connection failed at either the network or protocol level. The error is not directly related to CORS, but is a fundamental network error of some kind. In many cases, it is caused by a browser plugin (e.g. an ad blocker or privacy protector) blocking the request.
After reading that I have tried to disable all my plugins and trying again but nothing changed.
Here's a screenshot:

Expected behavior
When trying to open the same URL in Microsoft Edge, everything works fine
Reproducible example
Just used yarn create razzle-app foo and ran yarn start
Suggested solution(s)
None
Additional context
None
Your environment
<!-- PLEASE FILL THIS OUT -->
| Software | Version(s) |
|---|---|
| Razzle | latest |
| Razzle Plugins | latest |
| Node | 14 LTS |
| Browser | Firefox Developer Edition(latest) |
| npm/Yarn | 1.22.5 |
| Operating System | Windows 10(latest) |
| TypeScript | - |
| React | 17.0.2 |
closed time in 2 days
MichaelGrigoryan25issue commentjaredpalmer/razzle
CORS-related issue at client-side
It may be a weird problem but I reinstalled it and everything started working fine. Thanks for your help.
comment created time in 2 days
issue commentjaredpalmer/razzle
CORS-related issue at client-side
Is the browser address bar at http or https?
comment created time in 3 days
issue openedjaredpalmer/razzle
CORS-related error at client-side
🐛 Bug report
Current Behavior
In Firefox Developer Edition(latest) I get this error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:3001/static/js/client.js. (Reason: CORS request did not succeed).
Here's the official explanation of this error from Mozilla.
The HTTP request which makes use of CORS failed because the HTTP connection failed at either the network or protocol level. The error is not directly related to CORS, but is a fundamental network error of some kind. In many cases, it is caused by a browser plugin (e.g. an ad blocker or privacy protector) blocking the request.
After reading that I have tried to disable all my plugins and trying again but nothing changed.
Here's a screenshot:

Expected behavior
When trying to open the same URL in Microsoft Edge, everything works fine
Reproducible example
Just used yarn create razzle-app foo and ran yarn start
Suggested solution(s)
Additional context
Your environment
<!-- PLEASE FILL THIS OUT -->
| Software | Version(s) |
|---|---|
| Razzle | latest |
| Razzle Plugins | latest |
| Node | 14 LTS |
| Browser | Firefox Developer Edition(latest) |
| npm/Yarn | 1.22.5 |
| Operating System | Windows 10(latest) |
| TypeScript | - |
| React | 17.0.2 |
created time in 4 days
PR closed jaredpalmer/razzle
Prettier is configured for the repository but not all code is actually formatted. This workflow runs also for pull requests and can ensure code stays formatted.
I'm not actually familiar with github workflows, so I might be doing it not entirely correct. It does work fine on my fork though. I wasn't sure initially whether the project wants something like that, but my editor kept formatting code I didn't touch, so maybe this helps.
Update Oh, it even runs for this pull request now. :astonished:
pr closed time in 11 days
issue commentjaredpalmer/razzle
Uncaught SyntaxError: Unexpected token '<'
What was the cause?
comment created time in 13 days
push eventjaredpalmer/razzle
commit sha cef7a7736fc2b1dd7a708b57cfd83308c01649b4
fix: add require.resolve instead of string for graphql-tag/loader for razzle-plugin-graphql
commit sha 7499531221950d86575973751ce7b3235c8b6cca
Merge pull request #1631 from Aeonrush/fix-razzle-plugin-graphql-with-monorepo fix(razzle-plugin-graphql): working with monorepo
push time in 13 days
PR merged jaredpalmer/razzle
Change graphql-tag/loader to require.resolve('graphql-tag/loader') this will allow plugin to work with monorepo (lerna in my case)
Sorry for my English
pr closed time in 13 days
pull request commentjaredpalmer/razzle
fix razzle-plugin-graphql for working with monorepo
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/jared/razzle/5pFhFMzJDXf1Z1FqDkB58kZqEw2E
✅ Preview: In Progress
comment created time in 14 days
PR opened jaredpalmer/razzle
Change graphql-tag/loader to require.resolve('graphql-tag/loader') this will allow plugin to work with monorepo (lerna in my case)
Sorry for my English
pr created time in 14 days
issue commentjaredpalmer/razzle
Remote debugging cannot load from http://localhost
This is the first result on google for "Razzle allow remote debugging," if possible, could you link to where in the documentation this presumably now-added feature can be found? I've yet to find it.
comment created time in 16 days
issue commentjaredpalmer/razzle
https://github.com/jaredpalmer/razzle/blob/1336cd20fb9e5e63af26f3b6879c4d5abb6ced23/packages/razzle/bin/razzle.js#L50
comment created time in 20 days
issue commentjaredpalmer/razzle
@fivethreeo I'm stuck on razzle 3 for a while longer, but I was wondering how I can locally modify razzle 3 to add this capability? Which file do I need to update to temporarily add the --inspect-brk flag?
comment created time in 20 days
pull request commentjaredpalmer/razzle
Update environment-variables.md
Needs a new section for config env vars.
comment created time in 23 days
pull request commentjaredpalmer/razzle
Update environment-variables.md
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/jared/razzle/EMtkFyZnUHipeQbqPoypUkKuef6G
✅ Preview: In Progress
comment created time in 24 days
push eventjaredpalmer/razzle
commit sha 11a17bdf4f7468978d36836523b42557fbe22ad0
Update README.md
commit sha a471f3c54ed164c963ffbc63bd2a6d61fa7940ab
Merge pull request #1629 from divyenduz/patch-1 Update README.md
push time in 25 days
pull request commentjaredpalmer/razzle
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/jared/razzle/9odcBZVSLGHjoW2dVM1Xb98FYs84
✅ Preview: In Progress
comment created time in 25 days