Mat Biscan
Mat Biscan
I've had to solve this myself and what I've come up with was using the env variables for my API URLs and making sure they are both the same, and...
I am having this problem, but also in my project, the area being loaded is just above the fold in a tab. When the tab is clicked, it looks like...
@nlfurniss sorry, hit delete by accident. Thanks for responding. Looks like it's the right track. I have another error to get past, but its related to a DRF adapter mixin.
One of my issues is needing to pass HTTPOnly cookies. In my adapter `headers` property, I had to add this: ```javascript if(fastboot.isFastBoot) { headers['Cookie'] = fastboot.get('request.headers.cookie'); } ```