this is when hitting "continue" in the initial pre...
# dev-frontend
c
this is when hitting "continue" in the initial preferences page.
a
Hm I tested it based on Chris branch. Are you sure you have rebuilt everything?
Because I haven’t got any errors at all
c
I will try again!
a
Also as for workspace it was not changed. I actually did not change endpoints at all. Could you please also try to update node_modules in webapp. It’s possible that you are running old version of ‘rest-hooks’
c
rebuilt from scratch and still getting the same problem.
it looks like there were some changes to the workspace resthook in PR https://github.com/airbytehq/airbyte/pull/2047/files
in Workspace.ts
a
Sorry but I can’t check it right now as am I not at pc
c
ok
a
As for changes - yes, but I tested them together with those changes
If that’s urgent I suppose you can checkout to some commit as those changes was just small update. Hope that will help
1 more thing are you running it as part of docker-compose or manually with npm run?
c
docker-compose.
reverting out the workspace.ts changes get me passed the first page successfully.
🤞 1
ah. now same thing for source definitions resource.
a
Could you please try to disable compose and run it from webapp for with npm run start ( and maybe npm run install before that )? I am almost 100% sure that’s because you dont have last deps. I was working all day today based on those branch with no issues.
c
i will try.
a
Let me know if you still have a problem and that’s urgent.
c
kk. @Chris (deprecated profile) tried it just now and said it was working, so i will try to figure out if this is something with my environment. going to start by nuking all of my node modules first. then will do what you suggested if that still doesn't work.
well still not sure what's going on. reverting the last commit on the PR seems to get rid of the issue, but since there is other business logic changes in there, i don't think that's safe to do. seems to work well for chris, so maybe it's just a problem for my machine?
things i tried: • remove all node modules and starting from scratch (making sure all caches were busted) • reisntalling node • running the webapp using npm run start
i will keep trying to debug what is going on later, but got to switch gears for now.
as it seems to be just my machine, i think it's fair that i just try to debug it. if i can't figure it out today i will ask for help on monday.
i dunno. just spent some more time on this and i'm stuck. maybe we can take a look together on monday during the sync.
weird stuff.