Since 2 days (or so) my published app is acting up.
Getting a ‘page not found’ screen.
is this a known issue?
thanks,
david
Since 2 days (or so) my published app is acting up.
Getting a ‘page not found’ screen.
is this a known issue?
thanks,
david
Hi @DavidCeulemans ,
We recently deployed a major dependency upgrade, which introduced a few minor bugs, and some of them were in the application builder. You may be running into one of them…
Where are you getting this “Page not found”? Is it in the editor, a previewed page, or a published page?
Cheers,
Peter Evans
hi Pete,
In both the Published app + and some preview pages.
(just tested: the preview pages that work ok, I can also reach when I enter the URL directly in the published app)
App Builder itself is ok.
Before this happened, some (published) pages first (seem to have) reverted to an older version, before stopping working altogether (deleted block was reappearing).
Seems to happen to the most recently modified pages.
I also had a message saying something like ‘null is not an object (evaluating ‘_.value.builder’).
but can’t seem to post screenshot… now it’s mostly ‘page not found’ though
Hi @picklepete
FYI: I seem to have found the issue.
Comparing what was similar on working pages to what was different on the not-working pages, I found that not-working pages had a trailing slash in the path settings of their respective ‘page settings’.
Removing this ‘/’ seem to have solved the issue on all the not-working pages. Not sure how the slashes were introduced.
I have the same problem … how did you solve it? You remove the / manually?
Yes.
Hope it helps you too
Good morning @DavidCeulemans and @Bola,
Are you both still experiencing issues on baserow.io? I’m curious if any recent deploys have resolved your applications.
The trailing slash is an odd one; if it’s provided, then we remove it in the redirect. e.g. https://test.baserow.site/examples/ takes me to https://test.baserow.site/examples.
Cheers,
Peter Evans
Hi Peter,
For me, not at the moment.
After removing the trailing slash from the app page settings ‘path’, no more issues. Not in the live app, as in the preview. Also, when I enter the url in my browser with a trailing slash, it indeed gets removed, and the page works fine.
For testing purposes, I re-introduced the trailing slash in the app page settings ‘path’ and preview didn’t work (page not found).
Hope this helps.
David
I’m also running into a “page not found” problem when editing an application page. While creating an entry in a paragraph element, the page froze. Now the application won’t open anymore, and I only see a baserow logo with the text “page not found”. The other page in the application still works. I don’t understand the URL slash solution. I can no longer access my page settings.
Hi,
I removed the / at the end of the link in the page settings as suggested by @DavidCeulemans and I published the app again.
@picklepete Now I can display the page but without the data. The error is now:
Value error for “row_id”: The value is required.
However I didn’t have time to investigate more today.