- Issue created by @JFKiwad
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 9:59pm 19 October 2023 - 🇦🇷Argentina tguerineau
Hi @JFKiwad ,
I've been investigating the issue mentioned regarding the
proxy.js
file being tracked by Git and discovered that the actual path of the existingproxy.js
file issrc/kits/radix_starterkit/config/proxy.js
, and there is aproxy.example.js
file within the same directory.With this understanding, I've updated the
.gitignore
to correctly excludesrc/kits/radix_starterkit/config/proxy.js
. I've committed this change.However, I'd like to seek clarification here: can anyone confirm if the
src/kits/radix_starterkit/config/proxy.js
is indeed the file this issue is referring to? I made an assumption based on the file's location, and I want to ensure it's correct. If this issue pertains to a differentproxy.js
file, could you please provide its precise location?Awaiting your confirmation to proceed correctly with this issue.
For the 6.x version, I'm thinking of scrapping this solution and use ENV files, let's see if that can help
- Status changed to Fixed
about 1 year ago 8:35am 19 November 2023 Okay thanks for the work here but this is no longer applicable since I switched to use .ENV files moving forward, marking this as fixed and crediting
Automatically closed - issue fixed for 2 weeks with no activity.