2 Replies
Hi @Kbral. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Based on the knowledge sources provided, it seems there isn't a specific warning about "Ignoring Event: localhost" in the context of Wasp. However, there are some related issues with localhost connections that might be relevant to your situation.
One common issue that has been reported is problems connecting to the local database when using
localhost
in the connection string. Some users have found success by changing localhost
to 127.0.0.1
in their database connection URL. This was discussed in a Discord support thread where a user encountered issues with PostgreSQL connections Discord support thread.
If you're experiencing issues with localhost connections, you might want to try the following:
1. Check if changing localhost
to 127.0.0.1
in your database connection string resolves the issue.
2. Ensure that your database is running and accessible on the expected port.
3. If you're using WSL (Windows Subsystem for Linux), make sure your project is on the Linux file system, not the Windows file system, as this can affect hot reloading and potentially other localhost-related functionalities Discord support thread.
If the warning persists or if you can provide more details about the specific context in which you're seeing this warning, it would be helpful to troubleshoot further. The Wasp community is generally responsive to such issues, and you might want to consider reporting it on their GitHub repository or Discord channel for more targeted assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @Kbral, 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?Please provide more details, this is unclear 🙂 where does this happen? does this cause errors with your app?