Advertisement
Guest User

Untitled

a guest
Apr 15th, 2025
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. level=errorts=1744752484.738484logger=http.log.errormsg=EOFrequest.client_ip=172.24.0.250request.headers.Accept=["application/graphql-response+json, application/graphql+json, application/json, text/event-stream, multipart/mixed"]request.headers.Accept-Encoding=["gzip, deflate, br, zstd"]request.headers.Accept-Language=["it,en-US;q=0.7,en;q=0.3"]request.headers.Content-Length=["209"]request.headers.Content-Type=["application/json"]request.headers.Cookie=[]request.headers.Origin=["https://postiz2.holospark-lab.eu"]request.headers.Priority=["u=4"]request.headers.Referer=["https://postiz2.holospark-lab.eu/integrations/social/instagram?code=AQAlBeIY7asBlxBUNhu-7Y38eLwIkRgdiVsvt3y7uRiGB_Pw8aybH-8Fyuj8_zraGSh05sadzRXkxRjIBkbnMqLneRFds-4uD7s7pXI90wFzmYIu7zkj6Y16RVTMX-ta8gaGWZeZ9mmxobnlKYzdZ842g9mpPuHfpq8Vi3rSye2a5xGKLqUmQplzy0E6nsTdei2FqVk-hhLrFJmAiUn6rdDJUbTOAQZPoCEKTb7Sx5CCcQjUvrChwViyOsfETRgncWAuOyOmxysTSgkO-odGZSqYfpImHN6exA4PNZuNQAISvEtcaksFgJ_4KVaTf2JH1Y4mf7r3VhTxifuqqI8Grotik0e1zlGeyLzNS1csjDR0z9yXvvVvQLM85xEdXiVZhc3ARot77mvUM4pj08ar9VEc&state=gCLPIF"]request.headers.Sec-Fetch-Dest=["empty"]request.headers.Sec-Fetch-Mode=["cors"]request.headers.Sec-Fetch-Site=["same-origin"]request.headers.Te=["trailers"]request.headers.User-Agent=["Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0"]request.headers.X-Copilotkit-Runtime-Client-Gql-Version=["1.8.5"]request.headers.X-Forwarded-For=["158.47.223.67"]request.headers.X-Forwarded-Host=["postiz2.holospark-lab.eu"]request.headers.X-Forwarded-Port=["443"]request.headers.X-Forwarded-Proto=["https"]request.headers.X-Forwarded-Server=["d1dff979ae1f"]request.headers.X-Real-Ip=["158.47.223.67"]request.host=postiz2.holospark-lab.eurequest.method=POSTrequest.proto=HTTP/1.1request.remote_ip=172.24.0.250request.remote_port=57554request.uri=/api/copilot/chatduration=0.712837559status=502err_id=yip744u3kerr_trace=reverseproxy.statusError (reverseproxy.go:1267)
  2.  
  3. 2025-04-15 21:28:04,754 WARN exited: backend (exit status 1; not expected)
  4. TypeError: fetch failed
  5. at node:internal/deps/undici/undici:13178:13
  6. at async /app/dist/apps/frontend/.next/server/app/(site)/integrations/social/[provider]/continue/page.js:3:28222
  7. at async ic (/app/dist/apps/frontend/.next/server/app/(site)/integrations/social/[provider]/continue/page.js:3:26908) {
  8. digest: '717641832',
  9. [cause]: SocketError: other side closed
  10. at Socket.<anonymous> (node:internal/deps/undici/undici:6020:28)
  11. at Socket.emit (node:events:531:35)
  12. at endReadableNT (node:internal/streams/readable:1696:12)
  13. at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  14. code: 'UND_ERR_SOCKET',
  15. socket: {
  16. localAddress: '172.23.0.6',
  17. localPort: 54726,
  18. remoteAddress: '172.23.0.6',
  19. remotePort: 3000,
  20. remoteFamily: 'IPv4',
  21. timeout: undefined,
  22. bytesWritten: 1787,
  23. bytesRead: 0
  24. }
  25. }
  26. }
  27.  
  28.  
  29. .env
  30. # === This needs to be exactly the URL you're accessing Postiz on
  31. MAIN_URL="https://postiz2.${DOMAIN}" #http://localhost:4200
  32. FRONTEND_URL="https://postiz2.${DOMAIN}" #http://localhost:4200
  33. NEXT_PUBLIC_BACKEND_URL="https://postiz2.${DOMAIN}/api"
  34. BACKEND_INTERNAL_URL="http://localhost:3000"
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement