https://github.com/Mintbase/near-ca/pull/56
While attempting to launch the App, I encountered an issue where it was only accessible from the testnet. This limitation caused some inconvenience as it was my first time developing on near and led to recurring errors, making it challenging to fully test and validate the App's functionality in a live environment. This dependency on the testnet environment introduced delays and added extra steps to the development process which wasn't documented in the readme file.
Additionally, I faced a challenge related to the wallets used in the NEAR ecosystem. There are separate wallets for NEAR and Testnet NEAR, which added some complexity. Managing multiple wallets required extra attention to ensure the correct wallet was used in the appropriate environment, another developer helped get me unstuck.
I added some notes so that the next person doesn't have to face these issues.