issue-tracker
issue-tracker copied to clipboard
Hi, can someone please rearrange the Moralis Basics youtube playlist in the chronological manner. Will be very helpful for the beginners. https://www.youtube.com/watch?v=aYi1_moT4kI&list=PLFPZ8ai7J-iQ7AruWqKOLUHQqabeSm37I Thanks
The following code could be put as a core part of moralis to automatically pull in metadata info when syncing to the NFTTokenOwners table. This would save the client a...
It would be great if the new documents could appear automatically when created in the classes in the dashboard, saving us a manual refresh each time. This is especially handy...
If you make a subscription to for example the create event, the related fields are not sent when the event is triggered
It has happened several times that I have worked on a cloud function, went on a short break, continued working for a while only to have all my work lost...
Wrote this sanity check to make sure that the developer has not switched the Ganache instance against a server by mistake. I have seen several on Moralis Beta who have...
ACP and CLP does not add restriction on adding new tables. This ban be restricted though if we expose the config file in the settings so the developer can set:...
I was saving my metadata: new Moralis.File('metadata.json', {base64 : btoa(JSON.stringify(metadata))}); And an emoji in the metadata to be uploaded caused this error:
Sessions are still alive if Session-Entries on a Server where deleted. Should sessions be still alive after a deletion? This could lead to some development issues for the frontend, because...
Some inconsistency in behavior - sometimes all addresses are shown under "accounts" in the user row. Sometimes only those except the one that is in the "ethAddress" column are listed...