-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating existing app causes "Database does not exist" after being published #4093
Comments
Hi @funkymule - I gave this a go myself, setup a Budibase environment running Could you let me know a few things -
|
Actually, this error occurs for several published apps that were not upgraded or republished. :( |
The URL is |
I faced with the same problem after update to v1.0.42 yesterday. For update I use CLI. |
Hi @funkymule - what type of datasource is it that seems to be linked to the issue? Or is it just any datasource existing seems to cause it? |
We only use SQL Server data sources, so I can't tell you if it's due to a SQL Server data source, or just because it has a data source in general. And...to make it more confusing...of all the applications with SQL Server data sources...ONE of them is working. :o |
I'll give it a shot!!! |
Hi @funkymule - found the issue - I think its to do with apps that have uppercase letters in the app name - these will generate invalid URLs. if you try For now if you unpublish the broken apps and rename the apps to all lowercase it'll fix the link they generate, although I'll have an actual fix out for it soon. |
…yed apps is always lowercase, as URLs are not case sensitive and should not be compared as such.
@mike12345567 , I'll give it a look-see. |
So if I change the URL to lowercase on the browser's address bar, you think it should work? I've tried changing the casing to all lowercase manually, and it doesn't change the behavior. |
Sorry just realised, you'll need to change the app name itself, as the issue is server-side, if you |
Well...not a great solution but this works:
It works, but it's undesirable as the apps have unfinished, unpublished and untested changes that now must be published. And since there's no way to see what's changed since last publish, I can't undo pending changes. :( But...it's better than apps not loading. |
Yes sorry about the issue, we'll be pushing a fix for this soon, from the PR #4095 - once it's released you won't need to do that anymore! |
Hi @funkymule - just to let you know |
Thanks for the quick attention to this! |
…yed apps is always lowercase, as URLs are not case sensitive and should not be compared as such.
I'm having the same issue exact issue today. Public page, public database. Budibase cloud though. Note, I'm trying to view it as an unauthenticated user on a separate browser. Any ideas? |
@stellarfinn if you email the link to the app to rory@budibase.com I will investigate |
Describe the bug
When I updated existing apps to the 1.0.43 version, then publish the app, it displays
{"message":"Database does not exist.","status":404}
upon opening.
To Reproduce
Steps to reproduce the behavior:
App Version
button in the upper right corner (looks like a refresh button...is quite confusing to users).View published app
on the newly updated app{"message":"Database does not exist.","status":404}
Expected behavior
The newly published app opens
Screenshots
The text was updated successfully, but these errors were encountered: