<_<
<_<
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
what should i put in the issue?
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
my bad didnt see this
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
i checked nginx logs for /logs?follow=true&after=-1 and none of the logs show any issues all 101 status code
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
i replaced the server name with a placeholder but this is how my config looks
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
worker_processes auto;

events {
worker_connections 1024;
multi_accept on;
}

http {
include mime.types;
default_type application/octet-stream;

log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';

access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log warn;

sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
server_tokens off;

gzip on;
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;

map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}

server {
listen 80;
server_name something.com;

location / {
proxy_pass http://coder:7080;

proxy_pass_request_headers on;

proxy_http_version 1.1;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Accept-Encoding gzip;
}
}
}
worker_processes auto;

events {
worker_connections 1024;
multi_accept on;
}

http {
include mime.types;
default_type application/octet-stream;

log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';

access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log warn;

sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
server_tokens off;

gzip on;
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;

map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}

server {
listen 80;
server_name something.com;

location / {
proxy_pass http://coder:7080;

proxy_pass_request_headers on;

proxy_http_version 1.1;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Accept-Encoding gzip;
}
}
}
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
yes nginx
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
No description
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
weird
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
No description
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
i dont see any ws logs is that seperate?
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
yeah if i refresh it has built already
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
No description
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
usually its instant
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
not sure why it would be going so slow and building for minutes
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
after like a minute
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
No description
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
hm so it queues for a little while
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
let me see if it happens again
49 replies
CCoder.com
Created by <_< on 1/24/2025 in #help
Building template is stuck queued
the output showing that is what threw me off because i didnt look at the top to see if it lets me publish
49 replies