-
Notifications
You must be signed in to change notification settings - Fork 165
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
Invalid ref translation entry #8047
Comments
@GouthamGatla do you experience this in your local development setup? Is it reproducible? |
This issue iam facing in local development setup and iam able to reproduce @jedelbo |
Would you be able to share the realm file you are working on? I guess it is rather large? |
/* eslint-disable prettier/prettier */ const surveyTaskSchema = { const cropsSchema = { const perilsSchema = { const realm = new Realm({ const handleRealmTransaction = async (transactionFn: any) => { export const createCropsInRealm = (data: any) => { export const getCrops = (name: any) => { export const getAllCrops = () => { export const updateCrop = (productName: any, newCropNames: any) => { export const deleteAllCrops = () => { export const deleteSingleCrop = (name: any) => { export const deleteCropsByName = (cropName: any) => { export const createPerilsInRealm = (data: any) => { export const getRealmPerils = () => { export const createTask = async (data: any) => { export const getSingleTask = (id: any) => { export const updateTask = async (id: any, newData: any) => { export const deleteAllTheTasks = () => { export const getAllValues = () => { export const getValuesByStatus = (statusValue: any) => { export const deleteSingleTask = (id: any) => { |
/home/runner/work/realm-js/realm-js/packages/realm/bindgen/vendor/realm-core/src/realm/alloc.hpp:565: [realm-core-14.13.1] Invalid ref translation entry [0, 78187493520, 844629504, 12]
The text was updated successfully, but these errors were encountered: