Not implemented Server start

I followed the guide without problems, I started the opensaas project but when the server starts the React page gives me Not Implemented
2 Replies
kapa.ai
kapa.ai7mo ago
Hi @cheschifoipoveri. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- The "Not Implemented" error you're encountering might be due to a variety of reasons. Here are a few things you can check: 1. Port Conflicts: Ensure that there are no conflicts with the ports being used. Wasp runs the server on port 3001 and the client on port 3000. If another application is using these ports, it could cause issues. [^1^] 2. Environment Variables: If you're running the project in a specific environment like Gitpod, you might need to set up environment variables like WASP_WEB_CLIENT_URL and REACT_APP_API_URL correctly. [^7^] 3. Node Version: Ensure you're using a compatible version of Node.js. There have been reported issues with certain versions of Node.js when starting a Wasp project. [^6^] 4. Database Connection: Make sure your database is set up correctly. For example, if you're using Postgres, ensure the user and password details are correct. [^1^] If you're still encountering issues, it would be helpful to have more specific details about the error. You can check your terminal for any server errors, or open your browser's developer tools console to see if there are any errors there. [^4^] If you're still stuck, you can ask for help in the Wasp community on Discord or open an issue on the Wasp GitHub repository. [^1^][^6^] [^1^]: (https://discord.com/channels/686873244791210014/1204153431019753512) [^4^]: (https://discord.com/channels/686873244791210014/1214018136815308830) [^6^]: (https://github.com/wasp-lang/wasp/issues/1684) [^7^]: (https://discord.com/channels/686873244791210014/1217758453326680095) ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @cheschifoipoveri, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
martinsos
martinsos7mo ago
@cheschifoipoveri do you mind providing any more details? You get Not Implemented printed in your browser when you visit localhost:3000? Could you possibly provide a screenshot? Can you try running a simpler wasp project: do wasp new and just pick the first option and follow instructions, let us know if that works.
Want results from more Discord servers?
Add your server