-
Notifications
You must be signed in to change notification settings - Fork 2
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
updated all dependencies, removed fibers - now compiles and runs again #2
base: master
Are you sure you want to change the base?
Conversation
Hey Frank, thanks for the PR. I`ll review it now ... |
server, | ||
new FileStorageAdapter('db.json'), | ||
swagger, | ||
true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that`s interesting why this can be true - I need to test and build this repo again to figure out why ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @fwornle - have checked your code, plz see my comments
Reverted to original, after PR review
Removed debug comment
thanks for the update @fwornle |
Please review, if this is useful - with these changes, I managed to build and deploy the backend and build and run the frontend (locally) - sign-up and login via Cognito appears to work as expected, but the Vue App does not display the data from the backend (API calls refuse connection).
As I have never worked with Vue and currently do not have the time to dig deeper, I leave it here... maybe a useful starting point for others who still want to use this (without the update of the dependencies + removal of fibers it did not compile/build/run on my [Windows] machine).