Latest dev build 4f837f75ea
doens't work for me #176
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#176
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When i build FE from current latest dev i only get a white browser page and some errors in my browser console -> see attach screenshot.
npm --version
6.14.17
While building, i only get the 'normal' warnings, but no actual errors, or any noticable diff in the output to my last functioning build
I could build an older version without problems, so for now my FE is back online.
The version i currently use is
3c780adeb2
Any tip how i can debug this? Ma i the only one with this error?
did you update the backend as well? it might not work with older versions
i'll check
I did, backend is also latest dev
ensure your have nodejs14
clean the
dist
folder, runyarn
to reinstall any packages then attempt rebuildyeah, running yarn did the trick.. i'll include it in my update workflow now. thanks <3