-
```
What steps will reproduce the problem?
Use any wsgi-file (the wsgi-sample will do) and put "import pyodbc" on top of
it.
What is the expected output? What do you see instead?
I would expect that…
-
For a while dashboard has been having issues with rejected API requests because of missing `Access-Control-Allow-Origin` header.
![error](https://github.com/user-attachments/assets/611180fa-061a-42…
-
Received this trace.
More
4 of 22
[NRP]ERROR (internal IP): Internal Server Error: /accounting/create-order/
Inbox
x
mailer@nrp.webfactional.com
Jun 30 (4 days ago)
to bob.haugen, me
Tracebac…
-
Hi all,
Hopefully I can safe somebodies time. Debian 11 includes WSGI only for Python 3 - "libapache2-mod-wsgi-py3". To get moin1.9.11 running together with Apache I compiled mod_wsgi-4.9.4 by hand.
…
-
[Value Network]ERROR (internal IP): Internal Server Error: /accounting/exchange/0/142/
...
File "/home/valnet/webapps/django/lib/python2.7/django/template/defaulttags.py", line 282, in render
re…
-
It complains about django is not defined and (django.jQuery) is highlighted in index.html
Its weird as it works fine when using Django dev server.
Any idea?
static files are missing when collected?…
-
Current dockerized Hatstall uses Apache to serve content which adds complexity. See:
* installation https://github.com/chaoss/grimoirelab-hatstall/blob/master/docker/stage#L11
* setup https://github…
-
Trace below. Not sure of condition. Creating a workflow recipe, had already added one or two process types with a work input.
Internal Server Error: /accounting/edit-stream-recipe/2/
Traceback (m…
-
In case anyone else is wondering, I installed SaltPad under /opt/saltpad and then put the following in _saltpad.wsgi_:
``` python
import sys
sys.path.insert(0, '/opt/saltpad')
from saltpad.app impor…
-
The ubuntu/debain install command was:
```
apt -y install git apache2 libapache2-mod-wsgi python3-geoip2 python3-humanize python3-bottle python3-semantic-version geoip-database geoip-database-extra
…