Oops, looks like there's no route on the client or the server for url: "http://my-domain.com/dicom-app-viewer"
See original GitHub issueI need to deploy a standalone-viewer to my production server.
I’ve did everything like described in this article - https://github.com/OHIF/Viewers/wiki/Running-and-building-the-Standalone-Viewer
But when I navigate to http://my-domain.com/dicom-app-viewer I get error:
Oops, looks like there's no route on the client or the server for url: "http://my-domain.com/dicom-app-viewer."
I’ve compiled my application using this command:
METEOR_PACKAGE_DIRS="../../Packages" meteor-build-client dicom-app-viewer -u http://my-domain.com/dicom-app-viewer
(as described in article above).
What am I doing wrong?
P.S.: What I need in the end:
I have a server application which will be used to provide an api for viewer.
Also how to configure viewer to make requests to specified url to get json with list of dicom files?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
LesionTracker error "Oops, looks like there's no route ... - GitHub
It builds successfully but gives the error "Oops, looks like there's no route on the client or the server for url: "http://localhost:3000/", ...
Read more >How to Fix Discord's “No Route” Error - Help Desk Geek
Discord displays a “No Route” error when the client can't successfully connect to a voice channel. This usually happens when your network ...
Read more >Ironrouter says route doesn't exist when it does ("Oops, looks ...
However, when I access http://localhost:3000/test/123 I get the following error message: Oops, looks like there's no route on the client or the server...
Read more >How to Fix No Route Error on Discord - Appuals.com
In all cases, Discord is being stopped in its tracks when trying to connect to a voice server. What is Causing the Discord...
Read more >Oops, looks like there's no route on the client or the server for url
Hi, please help here is my code I'm not sure why it is not getting the id: Template.chats.helpers({ currentId: function() { return ...
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 tried it again. This displayed no problem. http://localhost:3000/subdirectory/?url=https://s3.eu-central-1.amazonaws.com/ohif-viewer/sampleDICOM.json However, this is a load error. http://localhost:3000/subdirectory/sampleDicom.js
I feel like, use clinical.route instead of iron.route solve this problem. How is that? https://github.com/iron-meteor/iron-router/issues/1454
It looks like this issue has been resolved. If any of you are still experiencing it, please feel free to create a new GitHub issue with the steps to reproduce or a minimal reproduction in a separate repository that you can link to.