R-DEV Limited
R-DEV Limited
Same question, its nice that you've complicated solution with multiple DBs, but without ENV containing DbId, you've also forced hardcoding this value in functions.
Yeah pubsub emulator still does not support scheduled functions/retry and there is not even proper docs in emulator suite explaining setup and limitations :(
I saw the same error in sentry logs, any ideas ?
My terrible hack ``` const AvailableSeatsComponent = ({ style }: AvailableSeatsComponentProps) => { const currentTeamMember = useSelector(currentUserTeamMemberSelector); const [open, setOpen] = useState(false); return ( {open === true && {currentTeamMember?.team.teamMembersCount ??...
Any updates on this ?
Mine just says all of a sudden: Ready condition status changed to False for Revision backlink-space-build-2024-10-28-003 with message: Deadline exceeded
Same here, all combinations result in that mismatch
Also when token is invalid it crashes and whole site will not load (when you are switching between live & emulated instance) Then token from one instance might stay in...