-
Notifications
You must be signed in to change notification settings - Fork 291
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
ERROR "Cannot read properties of undefined (reading 'currentPage')" - after build of new code #323
Comments
As long as you have a DB, you won't lose any data. Test it on other OSs like Windows. Alternatively, you can also test it with Oracle's free VPS. In my experience, it also works well on Oracle's free VPS. |
I'm on a VPS running debian and zfs filesystm.. and I have arch on my desktop and laptop.. same issue on all of them.. without a doubt i am not going to windows. Do you know of anything that changed in the database structure recently or something. and i will export/import and manipulate the data. Just doesn't make sense how I have run this flawlessly for months and now all of the sudden there is a breaking change. I can rollback to any of the previous versions and no issue. Something had to have changed in the database structure. And Fyi it is not resource constraints on vps or anything. I have a fairly stout virtual server resource wise. I currently have ovr 8k files on Teldrive. I honestly understand this project I feel like pretty well. Just frustrating I cant get a str8 answer from the devs |
Try these steps.
|
Just saw this.. Will deff give it a go. Thank you for the response! |
So i did what you said to a t. and i am now receiving this error in my database logs. And the teldrive interface/web frontend is blank where the files would go. FYI still have my original DB and working on older versions of this software.
Do you have any suggestions?? |
That error meant that you are using old db with newer version of teldrive. Which version are you able to run? |
For anyone interested I was able to successfully migrate my db with the following script.. Your welcome ;) I didn't loose a thing. 100% successful migration
|
I'm officially running newest version and successfully migrated my db. I just posted script in thread. |
I posted this last week and received no response but it was marked closed???. Just did a git pull of most recent code and still same issue.. Can u help me out with why this going on or how i can fix?? Thank you
Hello all. To start with I am using 'docker-compose.postgres.yml'. Been using Teldrive for 6ish months and love it. I have a build that is prolly 3 weeks old and works as usual with no problem. Bur for past 2 weeks if i build with updated code from github I get the error below. However if I rollback to previous build it is no problem. Why is this happening and did something break or change?? And if something did change how can i fix it on my end.
I can connect to DB so I really dont know why it is doing this.
The text was updated successfully, but these errors were encountered: