[PR #39] [CLOSED] Fix & Upgrade setup.js #996

Closed
opened 2025-11-09 10:03:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/39
Author: @xavetar
Created: 9/19/2022
Status: Closed

Base: currentHead: current


📝 Commits (3)

📊 Changes

2 files changed (+0 additions, -408 deletions)

View changed files

src/modules/pageRender/page.js (+0 -354)
src/modules/setup.js (+0 -54)

📄 Description

Corrected many inaccuracies to get rid of double interpretation of some parts of this code. The problem related to wrong connection was also solved. When trying to load a file, the initiator bounces to an address with no port or no port specified at all. Trying to connect with Only HTTPS Mode enabled resets the connection. What about localhost and 127.0.0.1 are not exactly the same thing and you need to fix the internals of the initiator code to resolve this discrepancy. The initial setup script has fixed and made some improvements that are more user-friendly.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/39 **Author:** [@xavetar](https://github.com/xavetar) **Created:** 9/19/2022 **Status:** ❌ Closed **Base:** `current` ← **Head:** `current` --- ### 📝 Commits (3) - [`cc03959`](https://github.com/imputnet/cobalt/commit/cc0395993f669bce5f0be966c138ed8e613dd16d) Fix & Upgrade (setup.js) - [`3585ffb`](https://github.com/imputnet/cobalt/commit/3585ffb50defb3282a922ca5382c3adbaff6b5cb) Delete page.js - [`7ca5967`](https://github.com/imputnet/cobalt/commit/7ca5967331ca998c76df6e068165aaf79a91a31c) Delete setup.js ### 📊 Changes **2 files changed** (+0 additions, -408 deletions) <details> <summary>View changed files</summary> ➖ `src/modules/pageRender/page.js` (+0 -354) ➖ `src/modules/setup.js` (+0 -54) </details> ### 📄 Description Corrected many inaccuracies to get rid of double interpretation of some parts of this code. The problem related to wrong connection was also solved. When trying to load a file, the initiator bounces to an address with no port or no port specified at all. Trying to connect with Only HTTPS Mode enabled resets the connection. What about localhost and 127.0.0.1 are not exactly the same thing and you need to fix the internals of the initiator code to resolve this discrepancy. The initial setup script has fixed and made some improvements that are more user-friendly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:03:42 -06:00
Sign in to join this conversation.