I'm getting this error which I didn't have before. I haven't really changed any of my appwrite code, but I have added routes in Flutter which may be causing this error. Does anyone know what this means?
Where do you get thar error, in your computer or server? can you provide the code?
I get this error on the front-end of my website in the console. It's preventing me from going to the next webpage:
New User created main.dart.js:27902 Working so far main.dart.js:27902 Created user ID: 6537ea1a6ca13fbbac37 main.dart.js:27902 User logged in main.dart.js:27902 User automatically logged in after registration main.dart.js:27902 NoSuchMethodError: method not found: '$1' on null
Without code there is not much options how can we help
was just wondering is anyone happened to know what this error means? Since i've configured my flutter app to use routes such as "/someroute" for webpages.
sounds like you're referencing something that's null. Like Guille said, not much info anyone can provide without seeing code
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...