<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[The jsReport Studio does not woke on our domain]]></title><description><![CDATA[<p>I just deployed the jsReport on our production. The link to the jsReport Studio is <a href="https://rpt.cpms.sanjoseca.gov/reporting/" rel="nofollow">https://rpt.cpms.sanjoseca.gov/reporting/</a>, which does not work correctly. See the following screenshot:<br />
<img src="/uploads/files/1525711347461-upload-39a2fc9b-4b5c-48e9-9236-484491150dd5-resized.png" alt="0_1525711324512_upload-39a2fc9b-4b5c-48e9-9236-484491150dd5" class="img-responsive img-markdown" /></p>
<p>Then I test the site locally on the server. The local URL is <a href="http://127.0.0.1:3001/reporting/" rel="nofollow">http://127.0.0.1:3001/reporting/</a>. It works fine.</p>
<p>Here is the code snippet setting up the jsReport:<br />
<em>var jsreport = require('jsreport')({<br />
express: { app: reportingApp, server: server },<br />
appPath: &quot;/reporting&quot;<br />
});<br />
jsreport.init()<br />
.then(function () {<br />
console.log(&quot;JSReport instance &quot; + process.pid + &quot; started correctly.&quot;);<br />
}).catch(function (e) {<br />
console.error(e);<br />
});<br />
app.use('/reporting', reportingApp);</em></p>
<p>Any help is appreciated!!!</p>
]]></description><link>https://forum.jsreport.net/topic/523/the-jsreport-studio-does-not-woke-on-our-domain</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 04:23:56 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/523.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 May 2018 16:47:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to The jsReport Studio does not woke on our domain on Invalid Date]]></title><description><![CDATA[<p>I just deployed the jsReport on our production. The link to the jsReport Studio is <a href="https://rpt.cpms.sanjoseca.gov/reporting/" rel="nofollow">https://rpt.cpms.sanjoseca.gov/reporting/</a>, which does not work correctly. See the following screenshot:<br />
<img src="/uploads/files/1525711347461-upload-39a2fc9b-4b5c-48e9-9236-484491150dd5-resized.png" alt="0_1525711324512_upload-39a2fc9b-4b5c-48e9-9236-484491150dd5" class="img-responsive img-markdown" /></p>
<p>Then I test the site locally on the server. The local URL is <a href="http://127.0.0.1:3001/reporting/" rel="nofollow">http://127.0.0.1:3001/reporting/</a>. It works fine.</p>
<p>Here is the code snippet setting up the jsReport:<br />
<em>var jsreport = require('jsreport')({<br />
express: { app: reportingApp, server: server },<br />
appPath: &quot;/reporting&quot;<br />
});<br />
jsreport.init()<br />
.then(function () {<br />
console.log(&quot;JSReport instance &quot; + process.pid + &quot; started correctly.&quot;);<br />
}).catch(function (e) {<br />
console.error(e);<br />
});<br />
app.use('/reporting', reportingApp);</em></p>
<p>Any help is appreciated!!!</p>
]]></description><link>https://forum.jsreport.net/post/2602</link><guid isPermaLink="true">https://forum.jsreport.net/post/2602</guid><dc:creator><![CDATA[Genhan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to The jsReport Studio does not woke on our domain on Tue, 08 May 2018 15:15:58 GMT]]></title><description><![CDATA[<p>hi! if this works on localhost this looks like something is not configured right on your IIS server (it returns 404) for any call to <code>https://rpt.cpms.sanjoseca.gov/reporting/api/...</code>. maybe IIS is not propagating requests with the right headers, i don't know the exact configuration for IIS to make it work as a proxy but you can find a reference for nginx <a href="https://github.com/jsreport/docs/blob/master/installation/nginx.conf" rel="nofollow">here</a>, maybe it can help you to better understand what you need to change in IIS to make it send important headers like <code>X-Forwarded-For</code> which is needed in order for jsreport to recognize that it is being used behind a proxy.</p>
]]></description><link>https://forum.jsreport.net/post/2610</link><guid isPermaLink="true">https://forum.jsreport.net/post/2610</guid><dc:creator><![CDATA[bjrmatos]]></dc:creator><pubDate>Tue, 08 May 2018 15:15:58 GMT</pubDate></item></channel></rss>