ipx server on 0.2.x
See original GitHub issueThe new alphas aren’t spinning up an ipx server or generating any images from local dirs. Are changes to nuxt.config necessary to enable this (vs v0.0.4) or is one supposed to host ipx somewhere else? I’m using the stock prefs:
image: {
static: {
clearCache: false,
cacheDir: "~~/node_modules/.cache/nuxt-img",
dir: "~/assets/uploads",
sharp: {}
}
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (4 by maintainers)
Top Results From Across the Web
Novell IPX Configuration Guide, Cisco IOX XE Release 3S
Cisco IOS software supports routing IPX between VLANs. Users with Novell NetWare environments can configure any one of the four IPX Ethernet encapsulations...
Read more >Configuring Novell IPX
A Cisco router connects Ethernet, Token Ring, and FDDI networks, either directly or through high-speed serial lines (56 kbps to T1 speeds), X.25,...
Read more >DNS Guidelines for Service Providers and GRX and IPX ...
3.8 Use of the GRX/IPX Root DNS Server ... 4.9, 8.x and 9.x and should be available in most commercial DNS solutions). Again,...
Read more >Novell IPX Commands
On NetWare 3.x servers, the primary network number is called the internal ... 0.1 ipx network 1 encapsulation novell-ether interface ethernet 0.2 ipx...
Read more >Software Reference, IPX - bintec elmeg Download Archive
IPX Stations: Servers and Clients ... periodically exchanged between IPX routers and servers on ... 00: ipxStaticRouteSysInstance.0.10001.0.2.2.2( rw):.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Still getting this issue in
0.7.1
. Images stored in my static folder are appearing in development but in production the_ipx/_/
image paths are giving 404s.@danielroe I still have problem with
/static/images
when deploy to netlify. The server can’t found image/_ipx/...
. I wanna use/_nuxt/
but follow the documentation that’s seem not work.