When starting my application on the development server, Replit is adding an extra “/” to the end of the dev URL and throwing an error which causes it to fallback to a ***repl.co domain which is no longer functional and causes my app to be unable to be rendered in Webview.
If I clear all my site data for replit, it will function for a couple of minutes and then start behaving this way again. The account is a Teams account and another developer in the teams account is able to load the dev URLs just fine but, currently, Webview is completely broken for me.
It all has to do with the extra “/” character added to the end of the URL that replit doesn’t like but this is not something related to our codebase (otherwise it would be broken for the other developer as well).