Hello, everyone. I currently use Bubble and decided to check out Wappler. I started using Wappler two days ago and I’ve been using the uniqueideas.com tutorial which has been very helpful.
Everything was going fine until I got to the Server Connect part of the lesson where I was just clicking around following the lesson. Now, when I click on “Open in Browser”, the pages don’t load and this is what I see:
I haven’t changed anything on the Target side / hosting side so I can’t figure out what the issue is.
When I created a new project, the “Open in Browser” worked fine and I could preview my apps in the browser. However, I would like to figure out how to resolve the issue with the first project where I can no longer preview the app. That way, I don’t get stuck if it repeats itself after I’ve committed so much time and effort in building something on Wappler.
So I went into the Target section to test it and got this message that the connection was succesful (I couldn’t locate though the exact screen you have in the second image that shows the “test” option under the red arrow. Maybe it’s because I’m using a default db?):
The interesting thing is that when I click to view the data in the default db, the data appears in Wappler, suggesting that the connection is active (unless it’s cached). So I suspect there might be something I must have clicked on that isn’t affecting the actual db connection but is preventing the data from displaying in my browser when I attempt to preview. But I may be wrong.
Thank you guys so much for the assistance and engagement thus far. The level of responsiveness and support has been amazing.
@Apple: Here’s the web server log. I see this screen repeated several times when I scroll up. The red line seems to be an issue but I’m not sure how to resolve it:
Per the screenshot it’s not a route issue, it’s a missing Redis module. Can you click a button that says something like install NPM modules? It’s in the same bar you find the green circle, but on the right side
Also try to untick and re-tick the Redis option on your project settings if it doesn’t work
I just installed the npm modules by clicking the circled icon, and got this result below. I also checked and unchecked the Redis option in the project settings. However, the browser preview is still not working for this project:
Since it says it cannot find the module ‘connect-redis’, and using the pointers provided so far, I decided to run an internet search of how to use npm to install ‘connect-redis’ and came up with this (I have no idea what it means):
It doesn’t seem to respond to typing? Hm… That’s unexpected
Alternatively, you can open your Docker Dashboard (outside Wappler) and manage to find your app’s container, there’s a Terminal button as well you can click and it’ll open a terminal for you