GET /multi/:id doesn't seem to work
See original GitHub issueHi!
I’m in the process of building something with wzrd.in (great service!), but retrieving multi-bundles doesn’t seem to work.
First, I posted to /multi:
{
"dependencies": {
"react": "15.5.4",
"react-dom": "15.5.4"
}
}
That worked, and I got the response with the two packages and the bundles. I also found the location in the headers. But when I try to retrieve the multi-bundle, all I get is “Bundle not found, have you tried POSTing to /multi”.
Is this broken, or am I doing something wrong?
Here’s the url I’m trying to fetch: https://wzrd.in/multi/b4e028f7b3be57e6572282cb26a89602
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
javascript - GetElementByID - Multiple IDs - Stack Overflow
getElementsByClassName doesn't seem to be working. I'm using SVG. In my SVG object I've written class="circle". Is this right? – Maurice Tempelsman.
Read more >Aria-describedby when supplied with multiple ids ... - GitHub
Aria-describedby when supplied with multiple ids, doesn't read in order( JAWS ... to the Accessibility API, but JAWS doesn't seem to use it....
Read more >How to prevent multiple responses from the same participant ...
I think the easiest solution would be to ask for their student ID number at the start of the survey, and then do...
Read more >Use Express Mode with transit cards, passes, and keys in ...
Multiple cards, passes, and keys with Express Mode can be active in the Wallet app at the same time. For example, you can...
Read more >Error Messages | Maps JavaScript API - Google Developers
This page describes the error messages that can be returned by the Maps JavaScript API. The Maps JavaScript API writes error and warning...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think https://github.com/jfhbrook/wzrd.in/blob/master/multiple.js#L121 this line is wrong.
Is there any update on this? I’m having this issue as well