From: João P. <jpr...@ho...> - 2022-11-30 15:18:56
|
Hi, I am trying to deploy a website that uses JBrowse 1.16.11. In the development machine running a django web server with development settings it's running correctl, but on the server (nginx) it's interrupted. The initial error (image 1: code_1_error.png). One difference that I spotted was an additional undefined after printing values (images 2 and 3: undefined_localhost.png and undefined_server.png). As a band-aid I added this to the main.bundle.js file: 19,21c19 < if (t[n] != undefined) { < return t[n].call(e.exports, e, e.exports, i), e.l = !0, e.exports < } --- > return t[n].call(e.exports, e, e.exports, i), e.l = !0, e.exports Which allowed me to jump on this problem but I faced a second problem (image 4: second_error_dojo.png). I tried to disable the firewall on the server and to do some tweaks on the nginx settings but none with a good result. I am not sure about the origin of the problem which makes it more complicated to debug and/or solve. I hope someone can give me some hints to explore a possible solution. Thanks, João [cid:1825db9e-5667-4aab-9602-8bfa3851f184] [cid:6e53b1b7-9e50-4013-b6c1-03cad0816da6] [cid:b5ea2751-1987-4332-8696-75a80e99b13c] [cid:97efd740-c61c-4f8b-85bc-1aa38e0203be] |