One can no longer apply for developer mode. From their official discord (January 2024): "we’ve decided to stop accepting new requests for 'developer mode' until further notice (this will not be anytime soon). the team is now fully focused on the upcoming release of Space OS/Horizon which will include major improvements that require our full attention. thanks for understanding & stay tuned! 🙏"
IMPORTANT: The interface changed a little bit. Instead of just enabling developer mode, it seems to now have to "apply" for it. On the sign up there is a button called "Looking for developer mode? Look here". Clicking on that with redirect you a the Space Kit Docs, where is another link: "If you’re looking to build personal and interoperable web applications for Deta Space, make sure to apply for developer access here.". Then you have to tell what you want to build etc. and provide your Email. Please let me know if that helped you
I'm trying to use deta for a FastAPI central location to access remote databases. One particular DB is on a digital ocean droplet that I can connect to through a jupyter notebook, but can't connect to from deta. Do you have anything instructional similar to that?
Do you know if it's possible to utilize python3.11 bc my fastapi deployment keeps failing due to the dependencies issues and I think using 3.9 could be the reason
@@codingcrashcourses8533 the issue was with the importing of the ParamSpec from typing (3.10+) vs typing_extensions (3.9). I've rewrote some pieces of code to fit 3.9 and pushed successfully to space.
did they stop with the developer mode toggle on the signup page? cant seem to get a developer account
@@Nonya-xv7hq yes i Pointed it out in a comment. You now have to Apply for that :/
One can no longer apply for developer mode. From their official discord (January 2024): "we’ve decided to stop accepting new requests for 'developer mode' until further notice (this will not be anytime soon).
the team is now fully focused on the upcoming release of Space OS/Horizon which will include major improvements that require our full attention.
thanks for understanding & stay tuned! 🙏"
@@BadToxic wow, how bad :(
@@BadToxicnow they’re closing down
@@AnimeZone247 yes, I got the mail. Good I not really use it.
IMPORTANT: The interface changed a little bit. Instead of just enabling developer mode, it seems to now have to "apply" for it. On the sign up there is a button called "Looking for developer mode? Look here". Clicking on that with redirect you a the Space Kit Docs, where is another link: "If you’re looking to build personal and interoperable web applications for Deta Space, make sure to apply for developer access here.". Then you have to tell what you want to build etc. and provide your Email. Please let me know if that helped you
how long do we wait to be in the developer mode ?
@@ramammurshal3139 Honestly I don´t know since I used the old method to apply for that. Probably not tooooo long!
@@ramammurshal3139 Have they answerd you already? If so, how long did it take?
what after that ? it tells to join dicsord. Do we create account normally with the same email then ?
@@shardulbhot5970 Did not see that yet. When I made this video I did not have to join a discord channel
I'm trying to use deta for a FastAPI central location to access remote databases. One particular DB is on a digital ocean droplet that I can connect to through a jupyter notebook, but can't connect to from deta. Do you have anything instructional similar to that?
Hard to tell. I assume that Firewall should not be an Issue. Do you use env variables? Maybe Check if they are Set correctly on deta
How can i add my custom domain name?
Do you know if it's possible to utilize python3.11 bc my fastapi deployment keeps failing due to the dependencies issues and I think using 3.9 could be the reason
3.9 should still work with most packages. I am 99% sure this is not the issue
@@codingcrashcourses8533 the issue was with the importing of the ParamSpec from typing (3.10+) vs typing_extensions (3.9). I've rewrote some pieces of code to fit 3.9 and pushed successfully to space.
i am already signup but i forgot to activated developer mode. What can i do now to active that?
Gonna tackle that in the next 12 hours !
great video but the developing mode is not available do you know other way to sign up in developer mode?
I added a comment, hopefully its helpful
Now the interface is not the same, how do I do it? Also, when I try to do it, it asks me for the developer mode (I'm on Ubuntu)
I will have a look at it on the weekend :)
@@codingcrashcourses8533 thanks
I got this error "No module named 'fastapi'" My spacefile is same as yours
it fastapi included in the requirements.txt?
ty bud, was very helpfull
👍
can i get your source code?
did not create a repo for this, I am sorry :(