lerchmo
Explore posts from serversUpgrade to pro, how to "redeploy" postgres / redis to take advantage of the PRO infrastructure?
I understand how to re-deploy my app to take advantage of the PRO infrastructure (after dragging it into the Pro team box) How can I get both postgres and redis to use the resources. will a restart do it?
15 replies
Server Error (500)
I deployed a django application with a Procfile like
web: python manage.py migrate && python manage.py collectstatic --noinput && gunicorn backend.wsgi:application
I am getting a Server Error (500) page and no logs to indicate the cause.
here is end of the deploy log. Kinda stuck here without any more info.
[2023-05-10 23:23:08 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2023-05-10 23:23:08 +0000] [1] [INFO] Listening at: http://0.0.0.0:5537/ (1)
[2023-05-10 23:23:08 +0000] [1] [INFO] Using worker: sync
[2023-05-10 23:23:08 +0000] [11] [INFO] Booting worker with pid: 11
18 replies
Server Error (500) - no deploy logs
I deployed a django application with a Procfile like
web: python manage.py migrate && python manage.py collectstatic --noinput && gunicorn backend.wsgi:application
I am getting a Server Error (500) page and no logs to indicate the cause.
here is end of the deploy log. Kinda stuck here without any more info.
[2023-05-10 23:23:08 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2023-05-10 23:23:08 +0000] [1] [INFO] Listening at: http://0.0.0.0:5537 (1)
[2023-05-10 23:23:08 +0000] [1] [INFO] Using worker: sync
[2023-05-10 23:23:08 +0000] [11] [INFO] Booting worker with pid: 11
3 replies
RRefine
•Created by fair-rose on 12/17/2022 in #ask-any-question
Trying to use Mantine MultiSelect With One 2 Many Field
The "value" field of the multi select expects ['1','2','3'] but the data being passed by {...getInputProps("field")} is the full related objects {id:x,} is there an example that uses MultiSelect for a one2many with Mantine? (I am using strapi-4)
22 replies